From 0b8e2d534c7ef13343b675c486ae41b22e31e628 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Mon, 6 Aug 2007 13:52:47 +0000 Subject: ChangeLogTag: Mon Aug 6 13:53:30 UTC 2007 Chad Elliott --- TAO/orbsvcs/tests/Notify/lib/Task_Stats.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/orbsvcs/tests/Notify/lib/Task_Stats.h') diff --git a/TAO/orbsvcs/tests/Notify/lib/Task_Stats.h b/TAO/orbsvcs/tests/Notify/lib/Task_Stats.h index cc4d7190887..f221369bc86 100644 --- a/TAO/orbsvcs/tests/Notify/lib/Task_Stats.h +++ b/TAO/orbsvcs/tests/Notify/lib/Task_Stats.h @@ -78,10 +78,10 @@ class TAO_NOTIFY_TEST_Export Task_Stats ACE_UINT64 end_time_; /// The maximum number of samples - ACE_UINT32 max_samples_; + size_t max_samples_; /// The number of samples - ACE_UINT32 samples_count_; + size_t samples_count_; /// The samples : the time of invocation. and the recorded exec. time . ACE_UINT64 *time_inv_; -- cgit v1.2.1