summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Single_Threaded_Latency/Roundtrip.cpp
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 23:43:01 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 23:43:01 +0000
commit455cc6fee890b9395ec96f9c342f054d0283cae0 (patch)
treef5b6c9017f9e2f0385cb55e254b990e90c13c62c /TAO/performance-tests/Single_Threaded_Latency/Roundtrip.cpp
parent29a05ed70a38f86b2b6ecf51aab9abfe956bb55f (diff)
downloadATCD-TAO-1_3_3-AV-Patch.tar.gz
This commit was manufactured by cvs2svn to create branchTAO-1_3_3-AV-Patch
'TAO-1_3_3-AV-Patch'.
Diffstat (limited to 'TAO/performance-tests/Single_Threaded_Latency/Roundtrip.cpp')
-rw-r--r--TAO/performance-tests/Single_Threaded_Latency/Roundtrip.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/performance-tests/Single_Threaded_Latency/Roundtrip.cpp b/TAO/performance-tests/Single_Threaded_Latency/Roundtrip.cpp
deleted file mode 100644
index 72f83576b44..00000000000
--- a/TAO/performance-tests/Single_Threaded_Latency/Roundtrip.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-// $Id$
-//
-#include "Roundtrip.h"
-
-ACE_RCSID(Single_Threaded_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);
-}