summaryrefslogtreecommitdiff
path: root/TAO/tests/RTScheduling/VoidData/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTScheduling/VoidData/test.h')
-rw-r--r--TAO/tests/RTScheduling/VoidData/test.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tests/RTScheduling/VoidData/test.h b/TAO/tests/RTScheduling/VoidData/test.h
deleted file mode 100644
index eebc6831b49..00000000000
--- a/TAO/tests/RTScheduling/VoidData/test.h
+++ /dev/null
@@ -1,17 +0,0 @@
-//$Id$
-
-#include "ace/Log_Msg.h"
-
-class test_impl :public test
-{
- public:
- virtual void bar (CORBA::VoidData something ACE_ENV_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((CORBA::SystemException))
-
- {
- ACE_DEBUG ((LM_DEBUG,
- "Void Data Passed to method %d\n",
- (int*)something));
- }
-};
-