#include <Singleton.h>
Public Member Functions | |
| const ACE_TCHAR * | dll_name (void) |
Definition at line 309 of file Singleton.h.
| const ACE_TCHAR * ACE_DLL_Singleton_Adapter_T< TYPE >::dll_name | ( | void | ) |
Definition at line 539 of file Singleton.cpp.
{
// @todo make this a constant somewhere (or it there already is one
// then use it.
return ACE_TEXT("ACE");
}
1.7.0