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]
/
TAO
/
orbsvcs
/
tests
/
ImplRepo
/
manual_start
/
test_i.cpp
blob
ccd4fe70e9b259b017ef96b2622265080e630d74
1
/* -*- C++ -*- */
2
3
#include
"test_i.h"
4
#include
"ace/Log_Msg.h"
5
6
Test_i
::
Test_i
()
7
{
8
}
9
10
Test_i
::~
Test_i
()
11
{
12
}
13
14
void
15
Test_i
::
contact
()
16
{
17
ACE_DEBUG
((
LM_DEBUG
,
18
ACE_TEXT
(
"(%P|%t) Server contacted
\n
"
)));
19
}