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, 0 insertions, 5 deletions
diff --git a/ace/Copy_Disabled.h b/ace/Copy_Disabled.h
index 512b96c9dcf..583bc683062 100644
--- a/ace/Copy_Disabled.h
+++ b/ace/Copy_Disabled.h
@@ -21,8 +21,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Copy_Disabled
*
@@ -49,7 +47,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Export ACE_Copy_Disabled
{
public:
-
/// Default constructor
ACE_Copy_Disabled (void);
@@ -58,8 +55,6 @@ private:
ACE_Copy_Disabled &operator= (const ACE_Copy_Disabled &);
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* ACE_COPY_DISABLED_H */