summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1627_Regression/Test_i.cpp
blob: 6a328d65bac1cd494bf7af592b11c86e918dc465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "Test_i.h"

Test_i::Test_i()
{
   // Noop
}

Test_i::~Test_i()
{
   // Noop
}

void
Test_i::test_method ()
{
   // Noop
}