代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/136989/5828264
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/219872/4844847
java hottersingleton.java
package headfirst.singleton.subclass;
public class HotterSingleton extends Singleton {
// useful instance variables here
private HotterSingleton() {
super();
}
// useful methods here
}
www.eeworm.com/read/181243/5277720
java hottersingleton.java
package headfirst.singleton.subclass;
public class HotterSingleton extends Singleton {
// useful instance variables here
private HotterSingleton() {
super();
}
// useful methods here
}
www.eeworm.com/read/380073/2663895
java hottersingleton.java
package headfirst.singleton.subclass;
public class HotterSingleton extends Singleton {
// useful instance variables here
private HotterSingleton() {
super();
}
// useful methods here
}
www.eeworm.com/read/255418/4376036
java hottersingleton.java
package headfirst.singleton.subclass;
public class HotterSingleton extends Singleton {
// useful instance variables here
private HotterSingleton() {
super();
}
// useful methods here
}
www.eeworm.com/read/136989/5826782
cpp timerdispatcher.cpp
// TimerDispatcher.cpp,v 1.2 2004/01/08 17:08:38 shuston Exp
#include "TimerDispatcher.h"
// Listing 1 code/ch20
void Timer_Dispatcher::wait_for_event (void)
{
ACE_TRACE (ACE_TEXT ("Timer_Dis
www.eeworm.com/read/136989/5827108
cpp server_loggerd.cpp
// server_loggerd.cpp,v 4.29 2003/12/30 23:18:59 shuston Exp
// This server daemon collects, formats, and displays logging
// information forwarded from client daemons running on other hosts in
/
www.eeworm.com/read/100926/6263240
cpp server_loggerd.cpp
// server_loggerd.cpp,v 4.25 2002/12/31 02:35:07 shuston Exp
// This server daemon collects, formats, and displays logging
// information forwarded from client daemons running on other hosts in
/