diff options
author | storri <storri@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-30 19:38:10 +0000 |
---|---|---|
committer | storri <storri@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-30 19:38:10 +0000 |
commit | 5b4ccf3bb8e6d20ce038439e885f5497cd47ca9c (patch) | |
tree | 6753af4e94c6a4ea392a4bf73bb086defbda700d /TAO | |
parent | 7f7e0c6face3ed4a9d85399ac1e33a61a6c1b15d (diff) | |
download | ATCD-5b4ccf3bb8e6d20ce038439e885f5497cd47ca9c.tar.gz |
*** empty log message ***ACE_Metrics
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/orbsvcs/orbsvcs/Metrics/Metrics_LocalCache_T.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Metrics/Metrics_LocalCache_T.h b/TAO/orbsvcs/orbsvcs/Metrics/Metrics_LocalCache_T.h index 690b4fb8d0b..f67a218e138 100644 --- a/TAO/orbsvcs/orbsvcs/Metrics/Metrics_LocalCache_T.h +++ b/TAO/orbsvcs/orbsvcs/Metrics/Metrics_LocalCache_T.h @@ -47,7 +47,7 @@ public: const char *name = 0, u_long size = METRICS_DEFAULT_TIMEPROBE_TABLE_SIZE, - ALLOCATOR * alloc = 0); + ALLOCATOR * alloc = (ALLOCATOR*)ALLOCATOR::instance()); // Default constructor. void report_intervals (int report_full_interval_times = 0); @@ -173,7 +173,7 @@ public: = METRICS_DEFAULT_TIMEPROBE_TABLE_SIZE, u_long number_of_probes = METRICS_DEFAULT_TIMEPROBE_COUNT, - ALLOCATOR * alloc = 0); + ALLOCATOR * alloc = (ALLOCATOR*)ALLOCATOR::instance()); // Constructor. ~TAO_Metrics_LocalCache () {this->fini ();} @@ -283,7 +283,7 @@ public: = METRICS_DEFAULT_TIMEPROBE_TABLE_SIZE, u_long number_of_probes = METRICS_DEFAULT_TIMEPROBE_COUNT, - ALLOCATOR * alloc = 0); + ALLOCATOR * alloc = (ALLOCATOR*)ALLOCATOR::instance()); // Constructor. ~TAO_Metrics_ReportingLocalCache () {this->fini ();} |