#include <Dynamic_Service_Base.h>
Inheritance diagram for ACE_Dynamic_Service_Base:
Public Methods | |
void | dump (void) const |
Dump the current static of the object. | |
Static Protected Methods | |
void * | instance (const ACE_TCHAR *name) |
Return instance using <name> to search the Service_Repository. |
Factors out common code shared by all ACE_Dynamic_Service instantiations, this avoid code bloat.
|
Dump the current static of the object.
|
|
Return instance using <name> to search the Service_Repository.
Reimplemented in ACE_Dynamic_Service< TYPE >. |