repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git]
/
ACE
/
examples
/
Service_Configurator
/
IPC-tests
/
server
/
Handle_Timeout.cpp
blob
b605faab14fd296e42f44170a686ab72fb02a96c
1
#include
"Handle_Timeout.h"
2
3
#if !defined (__ACE_INLINE__)
4
#include
"Handle_Timeout.inl"
5
#endif
/* __ACE_INLINE__ */
6
7
Handle_Timeout timer_1
;
8
ACE_Service_Object_Type
t1
(&
timer_1
,
ACE_TEXT
(
"Timer_1"
));