#include <EventCnvSvc.h>
Inheritance diagram for EventCnvSvc:

Public Methods | |
| virtual StatusCode | initialize () |
| Initialize the service. More... | |
| virtual StatusCode | finalize () |
| Finalize the service. More... | |
| virtual StatusCode | updateServiceState (IOpaqueAddress* pAddress) |
| Update state of the service. More... | |
| virtual StatusCode | queryInterface (const IID& riid, void** ppvInterface) |
| Override queryinterface due to enhanced interface. More... | |
| virtual StatusCode | declareObject (const IEventCnvSvc::Leaf& leaf) |
| Declara data leaf(s). More... | |
Protected Methods | |
| EventCnvSvc (const std::string& name, ISvcLocator* svc) | |
| Standard Constructor. More... | |
| virtual | ~EventCnvSvc () |
| Standard Destructor. More... | |
Private Types | |
| typedef std::map<std::string, Leaf*> | LeafMap |
| Map with leaf entries. More... | |
Private Attributes | |
| LeafMap | m_leaves |
Friends | |
| class | SvcFactory< EventCnvSvc > |
|
|
Map with leaf entries.
Definition at line 32 of file EventCnvSvc.h. |
|
|
Standard Constructor.
Definition at line 168 of file EventCnvSvc.cpp. |
|
|
Standard Destructor.
Definition at line 177 of file EventCnvSvc.cpp. |
|
|
Declara data leaf(s).
Definition at line 106 of file EventCnvSvc.cpp. |
|
|
Finalize the service.
Definition at line 97 of file EventCnvSvc.cpp. |
|
|
Initialize the service.
Definition at line 53 of file EventCnvSvc.cpp. |
|
|
Override queryinterface due to enhanced interface.
Definition at line 154 of file EventCnvSvc.cpp. |
|
|
Update state of the service.
Definition at line 117 of file EventCnvSvc.cpp. |
|
|
Definition at line 29 of file EventCnvSvc.h. |
|
|
Definition at line 33 of file EventCnvSvc.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000