OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <ocf/autodefs.h>
Public Member Functions | |
TServedObjectCreator (TAppDescriptor &appDesc) | |
TUnknown * | CreateObject (TObjectDescriptor objDesc, IUnknown *outer=0) |
IDispatch * | CreateDispatch (TObjectDescriptor objDesc, IUnknown *outer=0) |
void | Attach (TServedObject &obj) |
void | Detach (TServedObject &obj) |
TAppDescriptor & | GetAppDesc () |
TServedObject * | GetAppObject () |
Public Member Functions inherited from ocf::TAutoCreator | |
TAutoCreator () | |
Protected Attributes | |
TAppDescriptor & | AppDesc |
TServedObject * | AppObject |
Friends | |
class | TServedObject |
Definition at line 935 of file autodefs.h.
ocf::TServedObjectCreator::TServedObjectCreator | ( | TAppDescriptor & | appDesc | ) |
Definition at line 23 of file autosrv.cpp.
|
virtual |
Reimplemented from ocf::TAutoCreator.
Definition at line 55 of file autosrv.cpp.
References ocf::TAppDescriptor::AddServed(), and AppDesc.
|
virtual |
Implements ocf::TAutoCreator.
Definition at line 44 of file autosrv.cpp.
References AppDesc, AppObject, ocf::TAppDescriptor::FindServed(), and TServedObject.
|
virtual |
Implements ocf::TAutoCreator.
Definition at line 32 of file autosrv.cpp.
References AppDesc, AppObject, ocf::TAppDescriptor::FindServed(), and TServedObject.
|
virtual |
Reimplemented from ocf::TAutoCreator.
Definition at line 62 of file autosrv.cpp.
References AppDesc, ocf::TAppDescriptor::DeleteCreator(), and ocf::TAppDescriptor::RemoveServed().
|
inline |
Definition at line 943 of file autodefs.h.
|
inline |
Definition at line 944 of file autodefs.h.
|
friend |
Definition at line 953 of file autodefs.h.
|
protected |
Definition at line 947 of file autodefs.h.
|
protected |
Definition at line 948 of file autodefs.h.