summaryrefslogtreecommitdiff
path: root/ace/Pair.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-06 04:25:54 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-06 04:25:54 +0000
commit25583d22bca7679079ef50ff4187b8f13a7821f2 (patch)
treea00a40326372f5fade152590802b12891788f2a3 /ace/Pair.cpp
parent6694a871d2b1ffc52e728f87ed7527c6eca01d74 (diff)
downloadATCD-25583d22bca7679079ef50ff4187b8f13a7821f2.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Pair.cpp')
-rw-r--r--ace/Pair.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/ace/Pair.cpp b/ace/Pair.cpp
new file mode 100644
index 00000000000..340a58a581b
--- /dev/null
+++ b/ace/Pair.cpp
@@ -0,0 +1,25 @@
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// ace
+//
+// = FILENAME
+// Pair.cpp
+//
+// = AUTHOR
+// Irfan Pyarali
+//
+// ============================================================================
+
+#define ACE_BUILD_DLL
+
+#include "ace/Pair.h"
+
+ACE_RCSID(ace, Pair, "$Id$")
+
+#if !defined (__ACE_INLINE__)
+#include "ace/Pair.i"
+#endif /* __ACE_INLINE__ */
+