#include <DAnCE_Loader.h>
Public Member Functions | |
virtual const char * | usage (void)=0 |
Deliver a usage statement about the object. | |
virtual bool | parse_args (int argc, ACE_TCHAR *argv[])=0 |
Parse args passed to it; is not destructive. |
virtual bool DAnCE::DAnCE_Object_Loader::parse_args | ( | int | argc, | |
ACE_TCHAR * | argv[] | |||
) | [pure virtual] |
Parse args passed to it; is not destructive.
Implemented in DAnCE_NodeManager_Module, and DAnCE_RepositoryManager_Module.
virtual const char* DAnCE::DAnCE_Object_Loader::usage | ( | void | ) | [pure virtual] |
Deliver a usage statement about the object.
Implemented in DAnCE_NodeManager_Module, and DAnCE_RepositoryManager_Module.