summaryrefslogtreecommitdiff
path: root/ACE/ace/Swap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Swap.cpp')
-rw-r--r--ACE/ace/Swap.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/ACE/ace/Swap.cpp b/ACE/ace/Swap.cpp
new file mode 100644
index 00000000000..eb14789c3de
--- /dev/null
+++ b/ACE/ace/Swap.cpp
@@ -0,0 +1,22 @@
+/**
+ * @file Swap.cpp
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan <coryan@uci.edu>
+ */
+
+#ifndef ACE_SWAP_CPP
+#define ACE_SWAP_CPP
+
+#include "ace/Swap.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#if !defined (__ACE_INLINE__)
+#include "ace/Swap.inl"
+#endif /* __ACE_INLINE__ */
+
+#endif /* ACE_SWAP_CPP */