diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-05-13 17:23:07 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2012-05-13 17:23:07 +0000 |
commit | 5f4825a834fe172af0e300fa9c87c829f95406c8 (patch) | |
tree | a43ccdd2dd7ddd3498eee62476dedf20dd6ed95e /TAO/orbsvcs/tests/Notify/lib/Task_Stats.h | |
parent | f384a6d78a9924bda0bf277dc1b81b2060367bc3 (diff) | |
download | ATCD-5f4825a834fe172af0e300fa9c87c829f95406c8.tar.gz |
Sun May 13 17:22:16 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/Kokyu_dsrt_schedulers/Task_Stats.h:
* examples/Kokyu_dsrt_schedulers/Task_Stats.cpp:
* examples/Kokyu_dsrt_schedulers/fp_example/server.cpp:
* examples/Kokyu_dsrt_schedulers/mif_example/server.cpp:
* examples/Kokyu_dsrt_schedulers/muf_example/server.cpp:
* examples/RTScheduling/DT_Creator.h:
* orbsvcs/performance-tests/RTEvent/lib/Client_Group.h:
* orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp:
* orbsvcs/performance-tests/RTEvent/lib/Client_Pair.h:
* orbsvcs/performance-tests/RTEvent/lib/Client_Pair.cpp:
* orbsvcs/performance-tests/RTEvent/lib/Consumer.h:
* orbsvcs/performance-tests/RTEvent/lib/Consumer.cpp:
* orbsvcs/tests/EC_Throughput/ECT_Consumer.h:
* orbsvcs/tests/EC_Throughput/ECT_Consumer.cpp:
* orbsvcs/tests/EC_Throughput/ECT_Supplier.h:
* orbsvcs/tests/EC_Throughput/ECT_Supplier.cpp:
* orbsvcs/tests/Notify/lib/Task_Stats.h:
Use ACE_High_Res_Timer::global_scale_factor_type
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Task_Stats.h')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/lib/Task_Stats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Task_Stats.h b/TAO/orbsvcs/tests/Notify/lib/Task_Stats.h index 6ee41b4cfb7..80c48c4f0fb 100644 --- a/TAO/orbsvcs/tests/Notify/lib/Task_Stats.h +++ b/TAO/orbsvcs/tests/Notify/lib/Task_Stats.h @@ -15,6 +15,7 @@ #include "ace/OS_NS_time.h" #include "ace/Singleton.h" +#include "ace/High_Res_Timer.h" #include "tao/orbconf.h" #include "tao/debug.h" #include "notify_test_export.h" |