Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Bug_1627_Regression / Test_i.h
blob385f5730315d3654b0a68c1502605a04251c1646
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 ();
14 /// Destructor
15 ~Test_i ();
17 /// A method
18 void test_method();
21 #endif /* ! BUG_1330_REGRESSION_TEST_I_H */