summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-05-14 18:42:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-05-14 18:42:12 +0000
commit0b0ded43c41cd75a3444a2439dec3e74c33f80cc (patch)
tree0d28b5bd6e2844b25c002e660a574dcd0e901b26 /TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
parentafb9eddd6b26a592a004a82b522e932f7f802ad9 (diff)
downloadATCD-0b0ded43c41cd75a3444a2439dec3e74c33f80cc.tar.gz
Mon May 14 18:41:01 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/Notify/lib/Notify_Test_Client.h: * orbsvcs/tests/Notify/lib/Periodic_Consumer.h: * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h: * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp: * performance-tests/Latency/AMI/Roundtrip_Handler.h: * performance-tests/Latency/AMI/Roundtrip_Handler.cpp: * performance-tests/Latency/Thread_Per_Connection/Client_Task.h: * performance-tests/Latency/Thread_Per_Connection/Client_Task.cpp: * performance-tests/Latency/Thread_Pool/Client_Task.h: * performance-tests/Latency/Thread_Pool/Client_Task.cpp: * performance-tests/Protocols/sender.cpp: * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/client.cpp: * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp: * performance-tests/RTCorba/Thread_Pool/client.cpp: * performance-tests/Sequence_Latency/AMI/Roundtrip_Handler.h: * performance-tests/Sequence_Latency/AMI/Roundtrip_Handler.cpp: * performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.h: * performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.cpp: * performance-tests/Sequence_Latency/Thread_Pool/Client_Task.h: * performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp: Use ACE_High_Res_Timer::global_scale_factor_type
Diffstat (limited to 'TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h')
-rw-r--r--TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h b/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
index c2cb080d899..c7beb0469ea 100644
--- a/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
+++ b/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.h
@@ -1,6 +1,4 @@
-//
// $Id$
-//
#ifndef ROUNDTRIP_HANDLER_H
#define ROUNDTRIP_HANDLER_H
@@ -8,11 +6,7 @@
#include "TestS.h"
#include "ace/Basic_Stats.h"
-
-#if defined (_MSC_VER)
-# pragma warning(push)
-# pragma warning (disable:4250)
-#endif /* _MSC_VER */
+#include "ace/High_Res_Timer.h"
/// Implement the Test::Roundtrip interface
class Roundtrip_Handler
@@ -26,7 +20,7 @@ public:
int pending_callbacks (void) const;
/// Dump the results
- void dump_results (ACE_UINT32 gsf);
+ void dump_results (ACE_High_Res_Timer::global_scale_factor_type gsf);
// = The skeleton methods
virtual void test_method (Test::Timestamp send_time);
@@ -43,9 +37,5 @@ private:
ACE_Basic_Stats latency_stats_;
};
-#if defined(_MSC_VER)
-# pragma warning(pop)
-#endif /* _MSC_VER */
-
#include /**/ "ace/post.h"
#endif /* ROUNDTRIP_H */