summaryrefslogtreecommitdiff
path: root/TAO/tests/Forwarding/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Forwarding/test_i.cpp')
-rw-r--r--TAO/tests/Forwarding/test_i.cpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/TAO/tests/Forwarding/test_i.cpp b/TAO/tests/Forwarding/test_i.cpp
deleted file mode 100644
index b110a24573e..00000000000
--- a/TAO/tests/Forwarding/test_i.cpp
+++ /dev/null
@@ -1,25 +0,0 @@
-// $Id$
-
-#include "test_i.h"
-
-#if !defined(__ACE_INLINE__)
-#include "test_i.i"
-#endif /* __ACE_INLINE__ */
-
-ACE_RCSID(Forwarding, test_i, "$Id$")
-
-CORBA::Boolean
-Simple_Server_i::test_is_a (const char * /* type */
- ACE_ENV_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
- // ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_is_a %s\n", type));
- return 0;
-}
-
-void
-Simple_Server_i::shutdown (ACE_ENV_SINGLE_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
- this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER);
-}