DAnCE
..
|
#include <Installation_Repository_Manager.h>
Public Member Functions | |
InstallationRepositoryManagerSvc () | |
virtual | ~InstallationRepositoryManagerSvc () |
virtual int | init (int argc, ACE_TCHAR *argv[]) |
Initialization hook. | |
virtual int | fini () |
Deinitialization hook. | |
virtual InstallationRepositoryManager * | manager_instance ()=0 |
DAnCE::InstallationRepositoryManagerSvc::InstallationRepositoryManagerSvc | ( | ) |
DAnCE::InstallationRepositoryManagerSvc::~InstallationRepositoryManagerSvc | ( | ) | [virtual] |
int DAnCE::InstallationRepositoryManagerSvc::fini | ( | void | ) | [virtual] |
Deinitialization hook.
Reimplemented from ACE_Shared_Object.
int DAnCE::InstallationRepositoryManagerSvc::init | ( | int | argc, |
ACE_TCHAR * | argv[] | ||
) | [virtual] |
Initialization hook.
Reimplemented from ACE_Shared_Object.
virtual InstallationRepositoryManager* DAnCE::InstallationRepositoryManagerSvc::manager_instance | ( | ) | [pure virtual] |
Implemented in DAnCE::InstallationRepositoryManagerSvc_Impl.