summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Test_i.cpp')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Test_i.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Test_i.cpp b/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Test_i.cpp
deleted file mode 100644
index 0582552fdce..00000000000
--- a/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Test_i.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/* -*- C++ -*- $Id$ */
-
-#include "Test_i.h"
-#include "ace/OS_NS_unistd.h"
-
-Test_i::Test_i (CORBA::Short server_num)
- : server_num_ (server_num)
-{
-}
-
-Test_i::~Test_i ()
-{
-}
-
-CORBA::Short
-Test_i::get_server_num (const CORBA::Short delay_secs)
-{
- ACE_OS::sleep (delay_secs);
- return this->server_num_;
-}
-