Public Member Functions

ACE_DLL_Singleton_Adapter_T< TYPE > Class Template Reference

#include <Singleton.h>

List of all members.

Public Member Functions

const ACE_TCHARdll_name (void)

Detailed Description

template<class TYPE>
class ACE_DLL_Singleton_Adapter_T< TYPE >

Definition at line 309 of file Singleton.h.


Member Function Documentation

template<class TYPE >
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");
}


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines