#include <Singleton.h>
Public Methods | |
| const ACE_TCHAR * | dll_name (void) |
|
||||||||||
|
Definition at line 512 of file Singleton.cpp. References ACE_TEXT.
00513 {
00514 // @todo make this a constant somewhere (or it there already is one
00515 // then use it.
00516 return ACE_TEXT("ACE");
00517 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002