Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / ping_interrupt / Test_i.h
blob4c4c52394a0ad7d6ec5bb50dbb3be0b570008f17
1 /* -*- C++ -*- */
3 #ifndef TEST_I_H_
4 #define TEST_I_H_
6 #include "TestS.h"
8 #if !defined (ACE_LACKS_PRAGMA_ONCE)
9 #pragma once
10 #endif /* ACE_LACKS_PRAGMA_ONCE */
12 class Test_i : public virtual POA_Test
14 public:
15 Test_i (short server_num);
16 virtual ~Test_i ();
18 virtual CORBA::Short get_server_num (CORBA::Short delay_secs);
20 private:
21 CORBA::Short server_num_;
24 #endif /* TEST_I_H_ */