Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_1627_Regression / Test_i.h
blob80649bd899447a18faad8a4818924458968aa897
1 // -*- C++ -*-
3 #if !defined BUG_1330_REGRESSION_TEST_I_H
4 #define BUG_1330_REGRESSION_TEST_I_H
6 #include "TestS.h"
8 class Test_i: public POA_Test
10 public:
11 /// Constructor
12 Test_i (void);
14 /// Destructor
15 ~Test_i (void);
17 /// A method
18 void test_method(void);
21 #endif /* ! BUG_1330_REGRESSION_TEST_I_H */