summaryrefslogtreecommitdiff
path: root/ACE/ace/Pair_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Pair_T.cpp')
-rw-r--r--ACE/ace/Pair_T.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/ace/Pair_T.cpp b/ACE/ace/Pair_T.cpp
new file mode 100644
index 00000000000..fd38f8236ef
--- /dev/null
+++ b/ACE/ace/Pair_T.cpp
@@ -0,0 +1,16 @@
+// $Id$
+
+#ifndef ACE_PAIR_T_CPP
+#define ACE_PAIR_T_CPP
+
+#include "ace/Pair_T.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#if !defined (__ACE_INLINE__)
+#include "ace/Pair_T.inl"
+#endif /* __ACE_INLINE__ */
+
+#endif /* ACE_PAIR_T_CPP */