summaryrefslogtreecommitdiff
path: root/ace/Timeprobe_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timeprobe_T.h')
-rw-r--r--ace/Timeprobe_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timeprobe_T.h b/ace/Timeprobe_T.h
index 45ca973bf94..dce78fdacec 100644
--- a/ace/Timeprobe_T.h
+++ b/ace/Timeprobe_T.h
@@ -167,10 +167,10 @@ class ACE_Timeprobe : public ACE_Timeprobe_Ex <ACE_LOCK, ACE_Allocator>
{
public:
// Initialize a ACE_Timeprobe with default size
- ACE_Timeprobe (ACE_Allocator *allocator = 0);
+ ACE_Timeprobe (ACE_Allocator *allocator = ACE_Allocator::instance());
/// Create Timeprobes with <size> slots
- ACE_Timeprobe (ACE_Allocator *allocator = 0,
+ ACE_Timeprobe (ACE_Allocator *allocator = ACE_Allocator::instance(),
u_long size = ACE_DEFAULT_TIMEPROBE_TABLE_SIZE);
};