summaryrefslogtreecommitdiff
path: root/ACE/ace/Copy_Disabled.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Copy_Disabled.cpp')
-rw-r--r--ACE/ace/Copy_Disabled.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/ace/Copy_Disabled.cpp b/ACE/ace/Copy_Disabled.cpp
new file mode 100644
index 00000000000..5efcd7d7152
--- /dev/null
+++ b/ACE/ace/Copy_Disabled.cpp
@@ -0,0 +1,17 @@
+/**
+ * @file Copy_Disabled.cpp
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan <coryan@uci.edu>
+ */
+
+#include "ace/Copy_Disabled.h"
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_Copy_Disabled::ACE_Copy_Disabled (void)
+{
+}
+
+ACE_END_VERSIONED_NAMESPACE_DECL