#include "ace/Get_Opt.h"
#include "ace/SString.h"
#include "ace/Singleton.h"
#include "ace/Null_Mutex.h"
Classes | |
class | Options |
Typedefs | |
typedef ACE_Singleton < Options, ACE_Null_Mutex > | TheOptions |
TheOptions is an Options class wrapped into an ACE_Singleton with Null_Mutex because the client is single-threaded.
typedef ACE_Singleton<Options, ACE_Null_Mutex> TheOptions |