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.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/ACE/ace/Copy_Disabled.cpp b/ACE/ace/Copy_Disabled.cpp
new file mode 100644
index 00000000000..d2fb124a182
--- /dev/null
+++ b/ACE/ace/Copy_Disabled.cpp
@@ -0,0 +1,23 @@
+/**
+ * @file Copy_Disabled.cpp
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan <coryan@uci.edu>
+ */
+
+#include "ace/Copy_Disabled.h"
+
+
+ACE_RCSID (ace,
+ Copy_Disabled,
+ "$Id$")
+
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_Copy_Disabled::ACE_Copy_Disabled (void)
+{
+}
+
+ACE_END_VERSIONED_NAMESPACE_DECL