Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Connection_Purging / test_i.h
blobe17a4ae34a13bac2d2e5f6cb09228753ea643fe2
2 #ifndef TEST_I_H
3 #define TEST_I_H
4 #include /**/ "ace/pre.h"
6 #include "testS.h"
8 class test_i
9 : public virtual POA_test
11 public:
12 // = The skeleton methods
13 virtual void send_stuff (const char* string);
15 private:
18 #include /**/ "ace/post.h"
19 #endif /* TEST_I_H */