summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1330_Regression/Test_i.h
blob: 7c5d11c210e5f028b72eb18ea5a187074434bdf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//
// $Id$
//
// -*- 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 */