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

Public Methods | |
| virtual StatusCode | queryInterface (const InterfaceID& riid, void** ppvInterface) |
| virtual StatusCode | initialize () |
| IService implementation: initialize the service. More... | |
| virtual StatusCode | finalize () |
| IService implementation: finalize the service. More... | |
| virtual StatusCode | run () |
| IRunable implementation : Run the class implementation. More... | |
Protected Methods | |
| AppMgrRunable (const std::string& nam, ISvcLocator* svcLoc) | |
| Standard Constructor. More... | |
| virtual | ~AppMgrRunable () |
| Standard Destructor. More... | |
Protected Attributes | |
| IAppMgrUI* | m_appMgrUI |
| Reference to application manager UI. More... | |
| int | m_evtMax |
| Number of events to be processed. More... | |
Friends | |
| class | SvcFactory< AppMgrRunable > |
This is the default runnable of the application manager. The runable handles the actual run() implementation of the ApplicationMgr object. This implementation just calls ApplicationMgr::nextEvent(...).
History:
+---------+----------------------------------------------+---------+
| Date | Comment | Who |
+---------+----------------------------------------------+---------+
|13/12/00 | Initial version | M.Frank |
+---------+----------------------------------------------+---------+
Definition at line 40 of file AppMgrRunable.h.
|
|
Standard Constructor.
Definition at line 32 of file AppMgrRunable.cpp. |
|
|
Standard Destructor.
Definition at line 39 of file AppMgrRunable.cpp. |
|
|
IService implementation: finalize the service.
Definition at line 70 of file AppMgrRunable.cpp. |
|
|
IService implementation: initialize the service.
Definition at line 56 of file AppMgrRunable.cpp. |
|
|
Definition at line 44 of file AppMgrRunable.cpp. |
|
|
IRunable implementation : Run the class implementation.
Definition at line 78 of file AppMgrRunable.cpp. |
|
|
Creator friend.
Definition at line 42 of file AppMgrRunable.h. |
|
|
Reference to application manager UI.
Definition at line 46 of file AppMgrRunable.h. |
|
|
Number of events to be processed.
Definition at line 48 of file AppMgrRunable.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000