summaryrefslogtreecommitdiff
path: root/TAO/tests/Connection_Purging/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Connection_Purging/test_i.cpp')
-rw-r--r--TAO/tests/Connection_Purging/test_i.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tests/Connection_Purging/test_i.cpp b/TAO/tests/Connection_Purging/test_i.cpp
new file mode 100644
index 00000000000..48b6bc7ccb1
--- /dev/null
+++ b/TAO/tests/Connection_Purging/test_i.cpp
@@ -0,0 +1,13 @@
+//
+// $Id$
+//
+#include "test_i.h"
+
+void
+test_i::send_stuff (const char* string
+ ACE_ENV_ARG_DECL_NOT_USED)
+ ACE_THROW_SPEC ((CORBA::SystemException))
+{
+ ACE_DEBUG ((LM_DEBUG, "TAO (%P|%t) - %s\n", string));
+}
+