summaryrefslogtreecommitdiff
path: root/ACE/ace/UUID.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-22 11:42:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-22 11:42:12 +0000
commit97930cb61775a189af86c17173dda39417acf9d5 (patch)
tree2bf18bcd50673f86485aa2e391ce6dd5e45f7a5d /ACE/ace/UUID.h
parente0ea806de96a9e6859d5a576f105cb750c21fd3d (diff)
downloadATCD-97930cb61775a189af86c17173dda39417acf9d5.tar.gz
Tue Aug 22 11:41:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
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