summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1627_Regression/Test_i.h
blob: 80649bd899447a18faad8a4818924458968aa897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- C++ -*-

#if !defined BUG_1330_REGRESSION_TEST_I_H
 #define BUG_1330_REGRESSION_TEST_I_H

#include "TestS.h"

class Test_i: public POA_Test
{
public:
   /// Constructor
   Test_i (void);

   /// Destructor
   ~Test_i (void);

   /// A method
   void test_method(void);
};

#endif /* ! BUG_1330_REGRESSION_TEST_I_H */