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

Test_i::Test_i()
{
   // Noop
}

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

void
Test_i::test_method (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
  ACE_THROW_SPEC ((CORBA::SystemException))
{
   // Noop
}