代码搜索:singleton

找到约 4,696 项符合「singleton」的源代码

代码结果 4,696
www.eeworm.com/read/382594/2629663

h logmanager.h

// LogManager.h,v 1.6 2005/09/13 11:52:55 jwillemsen Exp #include "ace/streams.h" #include "ace/Synch.h" #include "ace/Singleton.h" #include "ace/Log_Msg.h" #include "ace/Log_Msg_Callback.h" #
www.eeworm.com/read/382594/2633636

h reactive_io.h

/* -*- c++ -*- */ // Reactive_IO.h,v 1.2 2005/02/14 23:26:58 shuston Exp #ifndef JAWS_REACTIVE_IO_H #define JAWS_REACTIVE_IO_H #include "ace/Message_Block.h" #include "ace/Singleton.h" #incl
www.eeworm.com/read/382594/2633643

h datagram.h

/* -*- c++ -*- */ // Datagram.h,v 1.2 2004/06/10 22:42:42 shuston Exp #ifndef JAWS_DATAGRAM_H #define JAWS_DATAGRAM_H #include "ace/Addr.h" #include "ace/Synch.h" #include "ace/Singleton.h"
www.eeworm.com/read/382594/2633650

cpp concurrency_t.cpp

// Concurrency_T.cpp,v 1.2 2003/11/09 04:12:07 dhinton Exp #include "ace/Message_Block.h" #include "ace/Singleton.h" #include "ace/Synch_Traits.h" #include "ace/Null_Mutex.h" #include "jaws3/
www.eeworm.com/read/382594/2633656

h options.h

/* -*- c++ -*- */ // Options.h,v 1.2 2005/02/14 23:26:34 shuston Exp #ifndef JAWS_OPTIONS_H #define JAWS_OPTIONS_H #include "ace/Singleton.h" #include "ace/Synch.h" #include "jaws3/Export.
www.eeworm.com/read/382594/2633665

h timer.h

/* -*- c++ -*- */ // Timer.h,v 1.2 2004/06/10 22:42:42 shuston Exp #ifndef JAWS_TIMER_H #define JAWS_TIMER_H #include "ace/Singleton.h" #include "ace/Timer_Wheel.h" #include "ace/Timer_Queue
www.eeworm.com/read/382594/2633678

cpp concurrency.cpp

// Concurrency.cpp,v 1.5 2005/02/14 23:33:21 shuston Exp #include "ace/OS_NS_strings.h" #include "ace/Message_Block.h" #include "ace/Singleton.h" #include "ace/Synch_Traits.h" #include "ace/Nul
www.eeworm.com/read/382594/2633707

h task_timer.h

/* -*- c++ -*- */ // Task_Timer.h,v 1.2 2004/06/10 22:42:42 shuston Exp #ifndef JAWS_TASK_TIMER_H #define JAWS_TASK_TIMER_H #include "ace/Singleton.h" #include "ace/Timer_Wheel.h" #include "
www.eeworm.com/read/382594/2633721

cpp ss_templates.cpp

// SS_Templates.cpp,v 1.1 2003/11/25 07:33:10 kobica Exp #include "ace/OS.h" #include "ace/SOCK_Acceptor.h" #include "ace/Singleton.h" #include "SS_Service_Handler.h" #include "SS_State_READ.
www.eeworm.com/read/382594/2633749

cpp reactive_socket.cpp

// Reactive_Socket.cpp,v 1.2 2003/11/09 04:12:07 dhinton Exp #include "ace/Addr.h" #include "ace/Acceptor.h" #include "ace/Singleton.h" #include "ace/SOCK_Stream.h" #include "ace/SOCK_Acceptor.