summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Client/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_Client/test_i.cpp')
-rw-r--r--TAO/tests/MT_Client/test_i.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/tests/MT_Client/test_i.cpp b/TAO/tests/MT_Client/test_i.cpp
deleted file mode 100644
index e6e62d54fc2..00000000000
--- a/TAO/tests/MT_Client/test_i.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// $Id$
-
-#include "test_i.h"
-
-#if !defined(__ACE_INLINE__)
-#include "test_i.i"
-#endif /* __ACE_INLINE__ */
-
-ACE_RCSID(MT_Client, test_i, "$Id$")
-
-void
-Simple_Server_i::test_method (CORBA::Environment&)
-{
-}
-
-void
-Simple_Server_i::shutdown (CORBA::Environment&)
-{
- this->orb_->shutdown (1);
-}