#include <Singleton.h>
Public Member Functions | |
| const ACE_TCHAR * | dll_name (void) | 
      
  | 
  ||||||||||
| 
 
 Definition at line 525 of file Singleton.cpp. References ACE_TEXT. 
 00526 {
00527   // @todo make this a constant somewhere (or it there already is one
00528   // then use it.
00529   return ACE_TEXT("ACE");
00530 }
 | 
  
 
1.3.6