summaryrefslogtreecommitdiff
path: root/ACE/ace/UUID.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/UUID.h')
-rw-r--r--ACE/ace/UUID.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ACE/ace/UUID.h b/ACE/ace/UUID.h
index 552cee3b8ef..f56812915ef 100644
--- a/ACE/ace/UUID.h
+++ b/ACE/ace/UUID.h
@@ -84,6 +84,8 @@ namespace ACE_Utils
/// Constructs a UUID from a string representation.
UUID (const ACE_CString& uuidString);
+ UUID (const UUID &right);
+
// Destructor
~UUID (void);
@@ -132,9 +134,6 @@ namespace ACE_Utils
private:
void from_string_i (const ACE_CString& uuidString);
- // Copy constructor and assignment operator were not implemented
- // correctly, so I removed their implementation as an easy solution.
- UUID (const UUID&);
UUID& operator= (const UUID&);
/// Data Members for Class Attributes