Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / manual_start / test_i.cpp
blobccd4fe70e9b259b017ef96b2622265080e630d74
1 /* -*- C++ -*- */
3 #include "test_i.h"
4 #include "ace/Log_Msg.h"
6 Test_i::Test_i ()
10 Test_i::~Test_i ()
14 void
15 Test_i::contact ()
17 ACE_DEBUG ((LM_DEBUG,
18 ACE_TEXT ("(%P|%t) Server contacted\n")));