diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-25 16:52:32 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-25 16:52:32 +0000 |
commit | 54fd89e6d531bdfbb7c8bc6071028f1084944d8a (patch) | |
tree | 4949bc2c5f34498c5986882ca288fb71599a67bd /ace/Timeprobe_T.h | |
parent | a1bf61a03f70a2ffce09441d92db31fa9df57f83 (diff) | |
download | ATCD-54fd89e6d531bdfbb7c8bc6071028f1084944d8a.tar.gz |
Tue May 25 11:41:28 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'ace/Timeprobe_T.h')
-rw-r--r-- | ace/Timeprobe_T.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Timeprobe_T.h b/ace/Timeprobe_T.h index fe5e031396c..5e327de33bc 100644 --- a/ace/Timeprobe_T.h +++ b/ace/Timeprobe_T.h @@ -48,11 +48,6 @@ class ACE_Timeprobe // minimum_id for each table. It is up to the user to make sure // that multiple tables do not share the same event id range. public: - enum - { - ACE_DEFAULT_TABLE_SIZE = 4 * 1024 - // Default size of the slots in Timeprobe - }; typedef ACE_Timeprobe<ACE_LOCK> SELF; @@ -62,7 +57,7 @@ public: EVENT_DESCRIPTIONS; // We can hold multiple event description tables. - ACE_Timeprobe (u_long size = ACE_DEFAULT_TABLE_SIZE); + ACE_Timeprobe (u_long size = ACE_DEFAULT_TIMEPROBE_TABLE_SIZE); // Create Timeprobes with <size> slots ~ACE_Timeprobe (void); |