summaryrefslogtreecommitdiff
path: root/ACE/ace/Map_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Map_T.h')
-rw-r--r--ACE/ace/Map_T.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/ACE/ace/Map_T.h b/ACE/ace/Map_T.h
index 51e89febc08..876dda9ce03 100644
--- a/ACE/ace/Map_T.h
+++ b/ACE/ace/Map_T.h
@@ -283,7 +283,7 @@ public:
/// Initialize a map with size @a length.
virtual int open (size_t length = ACE_DEFAULT_MAP_SIZE,
- ACE_Allocator *alloc = 0) = 0;
+ ACE_Allocator *alloc = nullptr) = 0;
/// Close down a <Map> and release dynamically allocated resources.
virtual int close () = 0;
@@ -554,19 +554,19 @@ public:
implementation;
/// Initialize with the ACE_DEFAULT_MAP_SIZE.
- ACE_Map_Impl (ACE_Allocator *alloc = 0);
+ ACE_Map_Impl (ACE_Allocator *alloc = nullptr);
/// Initialize with @a size entries. The @a size parameter is ignored
/// by maps for which an initialize size does not make sense.
ACE_Map_Impl (size_t size,
- ACE_Allocator *alloc = 0);
+ ACE_Allocator *alloc = nullptr);
/// Close down and release dynamically allocated resources.
virtual ~ACE_Map_Impl ();
/// Initialize a <Map> with size @a length.
virtual int open (size_t length = ACE_DEFAULT_MAP_SIZE,
- ACE_Allocator *alloc = 0);
+ ACE_Allocator *alloc = nullptr);
/// Close down a <Map> and release dynamically allocated resources.
virtual int close ();
@@ -833,19 +833,19 @@ public:
implementation;
/// Initialize with the ACE_DEFAULT_MAP_SIZE.
- ACE_Active_Map_Manager_Adapter (ACE_Allocator *alloc = 0);
+ ACE_Active_Map_Manager_Adapter (ACE_Allocator *alloc = nullptr);
/// Initialize with @a size entries. The @a size parameter is ignored
/// by maps for which an initialize size does not make sense.
ACE_Active_Map_Manager_Adapter (size_t size,
- ACE_Allocator *alloc = 0);
+ ACE_Allocator *alloc = nullptr);
/// Close down and release dynamically allocated resources.
virtual ~ACE_Active_Map_Manager_Adapter ();
/// Initialize a Map with size @a length.
virtual int open (size_t length = ACE_DEFAULT_MAP_SIZE,
- ACE_Allocator *alloc = 0);
+ ACE_Allocator *alloc = nullptr);
/// Close down a Map and release dynamically allocated resources.
virtual int close ();
@@ -1123,19 +1123,19 @@ public:
implementation;
/// Initialize with the ACE_DEFAULT_MAP_SIZE.
- ACE_Hash_Map_Manager_Ex_Adapter (ACE_Allocator *alloc = 0);
+ ACE_Hash_Map_Manager_Ex_Adapter (ACE_Allocator *alloc = nullptr);
/// Initialize with @a size entries. The @a size parameter is ignored
/// by maps for which an initialize size does not make sense.
ACE_Hash_Map_Manager_Ex_Adapter (size_t size,
- ACE_Allocator *alloc = 0);
+ ACE_Allocator *alloc = nullptr);
/// Close down and release dynamically allocated resources.
virtual ~ACE_Hash_Map_Manager_Ex_Adapter ();
/// Initialize a Map with size @a length.
virtual int open (size_t length = ACE_DEFAULT_MAP_SIZE,
- ACE_Allocator *alloc = 0);
+ ACE_Allocator *alloc = nullptr);
/// Close down a Map and release dynamically allocated resources.
virtual int close ();
@@ -1406,19 +1406,19 @@ public:
implementation;
/// Initialize with the ACE_DEFAULT_MAP_SIZE.
- ACE_Map_Manager_Adapter (ACE_Allocator *alloc = 0);
+ ACE_Map_Manager_Adapter (ACE_Allocator *alloc = nullptr);
/// Initialize with @a size entries. The @a size parameter is ignored
/// by maps for which an initialize size does not make sense.
ACE_Map_Manager_Adapter (size_t size,
- ACE_Allocator *alloc = 0);
+ ACE_Allocator *alloc = nullptr);
/// Close down and release dynamically allocated resources.
virtual ~ACE_Map_Manager_Adapter ();
/// Initialize a <Map> with size @a length.
virtual int open (size_t length = ACE_DEFAULT_MAP_SIZE,
- ACE_Allocator *alloc = 0);
+ ACE_Allocator *alloc = nullptr);
/// Close down a <Map> and release dynamically allocated resources.
virtual int close ();