diff options
Diffstat (limited to 'ace/Map_Manager.h')
-rw-r--r-- | ace/Map_Manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Map_Manager.h b/ace/Map_Manager.h index bc626ce17b5..a1b59ee3816 100644 --- a/ace/Map_Manager.h +++ b/ace/Map_Manager.h @@ -246,8 +246,8 @@ private: // Index of highest active elementin this->search_structure_. // = Disallow these operations. - ACE_UNIMPLEMENTED_FUNC (ACE_Map_Manager &operator= (const ACE_Map_Manager<EXT_ID, INT_ID, ACE_LOCK> &)) - ACE_UNIMPLEMENTED_FUNC (ACE_Map_Manager (const ACE_Map_Manager<EXT_ID, INT_ID, ACE_LOCK> &)) + ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Map_Manager<EXT_ID, INT_ID, ACE_LOCK> &)); + ACE_UNIMPLEMENTED_FUNC (ACE_Map_Manager (const ACE_Map_Manager<EXT_ID, INT_ID, ACE_LOCK> &)); }; template <class EXT_ID, class INT_ID, class ACE_LOCK> |