summaryrefslogtreecommitdiff
path: root/ACE/ace/Map_Manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Map_Manager.h')
-rw-r--r--ACE/ace/Map_Manager.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ACE/ace/Map_Manager.h b/ACE/ace/Map_Manager.h
index 2c3f800c6bc..d57da083b03 100644
--- a/ACE/ace/Map_Manager.h
+++ b/ACE/ace/Map_Manager.h
@@ -39,9 +39,6 @@ template <class EXT_ID, class INT_ID>
class ACE_Map_Entry
{
public:
- /// Initialize member variables.
- ACE_Map_Entry (void);
-
/// We need this destructor to keep some compilers from complaining.
/// It's just a no-op, however.
~ACE_Map_Entry (void);
@@ -82,7 +79,7 @@ public:
#if defined (ACE_HAS_LAZY_MAP_MANAGER)
/// Is this entry free?
- bool free_;
+ int free_;
#endif /* ACE_HAS_LAZY_MAP_MANAGER */