summaryrefslogtreecommitdiff
path: root/TAO/tests/Endpoint_Per_Priority/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Endpoint_Per_Priority/test_i.cpp')
-rw-r--r--TAO/tests/Endpoint_Per_Priority/test_i.cpp28
1 files changed, 0 insertions, 28 deletions
diff --git a/TAO/tests/Endpoint_Per_Priority/test_i.cpp b/TAO/tests/Endpoint_Per_Priority/test_i.cpp
deleted file mode 100644
index 9d48210b901..00000000000
--- a/TAO/tests/Endpoint_Per_Priority/test_i.cpp
+++ /dev/null
@@ -1,28 +0,0 @@
-// $Id$
-
-#include "test_i.h"
-#include "tao/debug.h"
-#include "ace/ACE.h"
-
-#if !defined(__ACE_INLINE__)
-#include "test_i.i"
-#endif /* __ACE_INLINE__ */
-
-ACE_RCSID(Latency, test_i, "$Id$")
-
-void
-Test_i::test_method (CORBA::Long id,
- CORBA::Environment&) ACE_THROW_SPEC (())
-{
- if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG,
- "Receiving request from thread <%d> in <%t>\n",
- id));
-}
-
-void
-Test_i::shutdown (CORBA::Environment& ACE_TRY_ENV)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
- this->orb_->shutdown (0, ACE_TRY_ENV);
-}