summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Forwarding/test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile_Forwarding/test_i.h')
-rw-r--r--TAO/tests/MProfile_Forwarding/test_i.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/TAO/tests/MProfile_Forwarding/test_i.h b/TAO/tests/MProfile_Forwarding/test_i.h
deleted file mode 100644
index b048f7d2636..00000000000
--- a/TAO/tests/MProfile_Forwarding/test_i.h
+++ /dev/null
@@ -1,52 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-//
-// = FILENAME
-// test_i.h
-//
-// = AUTHOR
-// Balachandran Natarajan
-//
-// ============================================================================
-
-#ifndef MPROFILE_FORWARDING_TEST_I_H
-#define MPROFILE_FORWARDING_TEST_I_H
-
-#include "testS.h"
-
-class Simple_Server_i : public POA_Simple_Server
-{
- // = TITLE
- // Simpler Server implementation
- //
- // = DESCRIPTION
- // Implements the Simple_Server interface in test.idl
- //
-public:
- Simple_Server_i (CORBA::ORB_ptr orb);
-
- // ctor
-
- Simple_Server_i (void);
- // ctor
-
- // = The Simple_Server methods.
- void remote_call (CORBA::Environment &);
-
-
- void shutdown (CORBA::Environment&)
- ACE_THROW_SPEC ((CORBA::SystemException));
-
- private:
- CORBA::ORB_var orb_;
-
-};
-
-#if defined(__ACE_INLINE__)
-#include "test_i.i"
-#endif /* __ACE_INLINE__ */
-
-#endif /* TAO_MT_CLIENT_TEST_I_H */