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.cpp11
1 files changed, 11 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..7d4cee20e12
--- /dev/null
+++ b/TAO/tests/Connection_Purging/test_i.cpp
@@ -0,0 +1,11 @@
+//
+// $Id$
+//
+#include "test_i.h"
+
+void
+test_i::send_stuff (const char* string)
+{
+ ACE_DEBUG ((LM_DEBUG, "TAO (%P|%t) - %s\n", string));
+}
+