Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Monitor / Marshal_Buffer / test_i.h
blobf02d712dd0c82e79fb40fcef933ce41456b353c3
1 #ifndef TAO_TEST_I_H
2 #define TAO_TEST_I_H
4 #include "testS.h"
6 class test_impl : public virtual POA_test
8 virtual char * test_op (const char * in_arg);
9 };
11 #endif /* TAO_TEST_I_H */