Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Server_Connection_Purging / Test_i.h
blob0d88882e59ee77f44add6e965417c72fa070523a
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 test_i (CORBA::ORB_ptr orb);
14 // = The skeleton methods
15 virtual void send_stuff (const char* string);
17 virtual void shutdown ();
19 private:
20 CORBA::ORB_var orb_;
23 #include /**/ "ace/post.h"
24 #endif /* TEST_I_H */