summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/manual_start/test_i.cpp
blob: 460050bc9ec39e050ae046af82a3723dc936a829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* -*- C++ -*-  */

#include "test_i.h"
#include "ace/Log_Msg.h"

Test_i::Test_i (void)
{
}

Test_i::~Test_i ()
{
}

void
Test_i::contact (void)
{
  ACE_DEBUG ((LM_DEBUG,
              ACE_TEXT ("(%P|%t) Server contacted\n")));
}