summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Register_Initial_References/test_i.cpp
blob: 9f1c4e44e7a6a9d83df08c10b8065528421092f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- C++ -*-

#include "test_i.h"

ACE_RCSID (Register_Initial_References,
           test_i,
           "$Id$")

test_i::test_i (void)
{
}

test_i::~test_i (void)
{
}