summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Thread_Pool_Latency/Roundtrip.cpp
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-25 18:13:45 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-25 18:13:45 +0000
commit0497756a76a7bb2e8f4e4f6bf1c3022379db240e (patch)
tree8104bf09d18acbda68abed717ae4f954bc519067 /TAO/performance-tests/Thread_Pool_Latency/Roundtrip.cpp
parentc3c8dbe7e80af7df4e0fde73f2f800b94f6265f3 (diff)
downloadATCD-subset_dh1.tar.gz
This commit was manufactured by cvs2svn to create branch 'subset_dh1'.subset_dh1
Diffstat (limited to 'TAO/performance-tests/Thread_Pool_Latency/Roundtrip.cpp')
-rw-r--r--TAO/performance-tests/Thread_Pool_Latency/Roundtrip.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/performance-tests/Thread_Pool_Latency/Roundtrip.cpp b/TAO/performance-tests/Thread_Pool_Latency/Roundtrip.cpp
deleted file mode 100644
index 6028512202c..00000000000
--- a/TAO/performance-tests/Thread_Pool_Latency/Roundtrip.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-// $Id$
-//
-#include "Roundtrip.h"
-
-ACE_RCSID(Thread_Pool_Latency, Roundtrip, "$Id$")
-
-Roundtrip::Roundtrip (CORBA::ORB_ptr orb)
- : orb_ (CORBA::ORB::_duplicate (orb))
-{
-}
-
-Test::Timestamp
-Roundtrip::test_method (Test::Timestamp send_time
- ACE_ENV_ARG_DECL_NOT_USED)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
- return send_time;
-}
-
-void
-Roundtrip::shutdown (ACE_ENV_SINGLE_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
- this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER);
-}