diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-06-21 14:39:35 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-06-21 14:39:35 +0000 |
commit | d0301acb799b1d5696713ab42034305f45c4e93e (patch) | |
tree | 0b8f08656d6028906c0e09a18adefbaf4165625e /orbsvcs/performance-tests/LoadBalancing/LBPerf/CPU/Roundtrip.cpp | |
parent | 69f9bf8d9b860780108161e5209a5d9b1ad3d321 (diff) | |
download | ATCD-d0301acb799b1d5696713ab42034305f45c4e93e.tar.gz |
ChangeLogTag: Mon Jun 13 18:00:05 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'orbsvcs/performance-tests/LoadBalancing/LBPerf/CPU/Roundtrip.cpp')
-rw-r--r-- | orbsvcs/performance-tests/LoadBalancing/LBPerf/CPU/Roundtrip.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/orbsvcs/performance-tests/LoadBalancing/LBPerf/CPU/Roundtrip.cpp b/orbsvcs/performance-tests/LoadBalancing/LBPerf/CPU/Roundtrip.cpp index 4ac4714e6a4..eb1cdae5378 100644 --- a/orbsvcs/performance-tests/LoadBalancing/LBPerf/CPU/Roundtrip.cpp +++ b/orbsvcs/performance-tests/LoadBalancing/LBPerf/CPU/Roundtrip.cpp @@ -1,14 +1,9 @@ -// // $Id$ -// + #include "Roundtrip.h" #include "ace/OS_NS_stdio.h" #include "ace/ACE.h" -ACE_RCSID(LoadBalancing, - Roundtrip, - "$Id$") - Roundtrip::Roundtrip (CORBA::ORB_ptr orb) : orb_ (CORBA::ORB::_duplicate (orb)), count_ (0) |