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, 0 insertions, 13 deletions
diff --git a/TAO/tests/Connection_Purging/test_i.cpp b/TAO/tests/Connection_Purging/test_i.cpp
deleted file mode 100644
index 48b6bc7ccb1..00000000000
--- a/TAO/tests/Connection_Purging/test_i.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// $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));
-}
-