summaryrefslogtreecommitdiff
path: root/ace/Copy_Disabled.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Copy_Disabled.h')
-rw-r--r--ace/Copy_Disabled.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Copy_Disabled.h b/ace/Copy_Disabled.h
index 583bc683062..512b96c9dcf 100644
--- a/ace/Copy_Disabled.h
+++ b/ace/Copy_Disabled.h
@@ -21,6 +21,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Copy_Disabled
*
@@ -47,6 +49,7 @@
class ACE_Export ACE_Copy_Disabled
{
public:
+
/// Default constructor
ACE_Copy_Disabled (void);
@@ -55,6 +58,8 @@ private:
ACE_Copy_Disabled &operator= (const ACE_Copy_Disabled &);
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* ACE_COPY_DISABLED_H */