summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AMI/Echo.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/AMI/Echo.h')
-rw-r--r--TAO/tests/Portable_Interceptors/AMI/Echo.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/tests/Portable_Interceptors/AMI/Echo.h b/TAO/tests/Portable_Interceptors/AMI/Echo.h
deleted file mode 100644
index d858a5603b9..00000000000
--- a/TAO/tests/Portable_Interceptors/AMI/Echo.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/**
- * @file Echo.h
- *
- * $Id$
- *
- * @author Carlos O'Ryan <coryan@atdesk.com>
- */
-#ifndef Echo__h_
-#define Echo__h_
-
-#include "TestS.h"
-#include "tao/PortableServer/PortableServer.h"
-
-class Echo
- : public POA_Test::Echo
- , public PortableServer::RefCountServantBase
-{
-public:
- Echo(CORBA::ORB_ptr orb);
-
- virtual char * echo_operation(char const * the_input
- ACE_ENV_ARG_DECL)
- ACE_THROW_SPEC((CORBA::SystemException));
- virtual void shutdown(ACE_ENV_SINGLE_ARG_DECL)
- ACE_THROW_SPEC((CORBA::SystemException));
-
-private:
- CORBA::ORB_var orb_;
-};
-
-#endif /* Echo__h_ */