summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI/test_i.cpp')
-rw-r--r--TAO/tests/AMI/test_i.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/TAO/tests/AMI/test_i.cpp b/TAO/tests/AMI/test_i.cpp
index 1b199315a26..19e5d65be99 100644
--- a/TAO/tests/AMI/test_i.cpp
+++ b/TAO/tests/AMI/test_i.cpp
@@ -9,36 +9,6 @@
ACE_RCSID(MT_Client, test_i, "$Id$")
-void
-Simple_Server_i::test_method (CORBA::Environment&)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
- if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG,
- "%N:%l:(%P:%t):Simple_Server_i::test_method called\n"));
-}
-
-CORBA::Long
-Simple_Server_i::get_number (CORBA::Environment&)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
- if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG,
- "%N:%l:(%P:%t):Simple_Server_i::get_number called\n"));
- return this->number_++;
-}
-
-void
-Simple_Server_i::put_number (CORBA::Long l,
- CORBA::Environment &)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
- if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG,
- "%N:%l:(%P:%t):Simple_Server_i::put_number: %d\n",
- l));
-}
-
CORBA::Long
Simple_Server_i::get_put_number (CORBA::Long_out out_l,
CORBA::Long in_l,