diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-27 00:40:47 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-27 00:40:47 +0000 |
commit | 75cba8e56ccbf4df650e04f19cd56e72e31b0e58 (patch) | |
tree | 173bec3360b7cc717f5819759ec1343aa946a3df /ace/Registry.h | |
parent | bfcbb7ae0f4ba93094ea3096f73c766a20ca1324 (diff) | |
download | ATCD-75cba8e56ccbf4df650e04f19cd56e72e31b0e58.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Registry.h')
-rw-r--r-- | ace/Registry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Registry.h b/ace/Registry.h index a81a585f585..067e2717fff 100644 --- a/ace/Registry.h +++ b/ace/Registry.h @@ -402,10 +402,10 @@ public: // (String version) private: - Naming_Context (const Naming_Context &rhs); + ACE_UNIMPLEMENTED_FUNC (Naming_Context (const Naming_Context &rhs)); // Disallow copy constructors - const Naming_Context &operator= (const Naming_Context &rhs); + ACE_UNIMPLEMENTED_FUNC (const Naming_Context &operator= (const Naming_Context &rhs)); // Disallow assignment HKEY key_; |