summaryrefslogtreecommitdiff
path: root/ace/Map.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
commit0d8ee7e4258f06f26d0a9dbb467ecf573dc5d689 (patch)
treea00a40326372f5fade152590802b12891788f2a3 /ace/Map.cpp
parent93735413191d08c245df27e593d79aba9482efc2 (diff)
downloadATCD-0d8ee7e4258f06f26d0a9dbb467ecf573dc5d689.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Map.cpp')
-rw-r--r--ace/Map.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/ace/Map.cpp b/ace/Map.cpp
new file mode 100644
index 00000000000..f5ff9e3e60e
--- /dev/null
+++ b/ace/Map.cpp
@@ -0,0 +1,25 @@
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// ace
+//
+// = FILENAME
+// Map.cpp
+//
+// = AUTHOR
+// Irfan Pyarali
+//
+// ============================================================================
+
+#define ACE_BUILD_DLL
+
+#include "ace/Map.h"
+
+ACE_RCSID(ace, Map, "$Id$")
+
+#if !defined (__ACE_INLINE__)
+#include "ace/Map.i"
+#endif /* __ACE_INLINE__ */
+