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.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tests/AMI/test_i.cpp b/TAO/tests/AMI/test_i.cpp
index 31857fb3186..1b199315a26 100644
--- a/TAO/tests/AMI/test_i.cpp
+++ b/TAO/tests/AMI/test_i.cpp
@@ -8,7 +8,7 @@
#endif /* __ACE_INLINE__ */
ACE_RCSID(MT_Client, test_i, "$Id$")
-#if 0
+
void
Simple_Server_i::test_method (CORBA::Environment&)
ACE_THROW_SPEC ((CORBA::SystemException))
@@ -18,7 +18,6 @@ Simple_Server_i::test_method (CORBA::Environment&)
"%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))
@@ -39,7 +38,7 @@ Simple_Server_i::put_number (CORBA::Long l,
"%N:%l:(%P:%t):Simple_Server_i::put_number: %d\n",
l));
}
-#endif // 0
+
CORBA::Long
Simple_Server_i::get_put_number (CORBA::Long_out out_l,
CORBA::Long in_l,