#include <Dynamic_Service_Base.h>
Inheritance diagram for ACE_Dynamic_Service_Base:
Public Member Functions | |
void | dump (void) const |
Dump the current static of the object. | |
Static Protected Member Functions | |
static 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.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL void ACE_Dynamic_Service_Base::dump | ( | void | ) | const |
Dump the current static of the object.
void * ACE_Dynamic_Service_Base::instance | ( | const ACE_TCHAR * | name | ) | [static, protected] |
Return instance using name to search the Service_Repository.
Reimplemented in ACE_Dynamic_Service< TYPE >.