Merge pull request #2306 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / manual_start / test_i.h
blob725882cf6770a504668062937fd10b4a73684250
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 //Constructor
16 Test_i ();
18 //Destructor
19 virtual ~Test_i ();
21 virtual void contact ();
23 private:
26 #endif /* TEST_I_H_ */