summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Task_Stats.h
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-08-06 13:52:47 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-08-06 13:52:47 +0000
commit0b8e2d534c7ef13343b675c486ae41b22e31e628 (patch)
tree501a022f328827efc386d70f36df6c4b3752c68e /TAO/orbsvcs/tests/Notify/lib/Task_Stats.h
parent46a23c47ed67cd8f71a86b296f852bd2fc8c8cd9 (diff)
downloadATCD-0b8e2d534c7ef13343b675c486ae41b22e31e628.tar.gz
ChangeLogTag: Mon Aug 6 13:53:30 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Task_Stats.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Task_Stats.h4
1 files changed, 2 insertions, 2 deletions
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_;