diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-06 04:25:54 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-06 04:25:54 +0000 |
commit | 25583d22bca7679079ef50ff4187b8f13a7821f2 (patch) | |
tree | a00a40326372f5fade152590802b12891788f2a3 /ace/Map.cpp | |
parent | 6694a871d2b1ffc52e728f87ed7527c6eca01d74 (diff) | |
download | ATCD-25583d22bca7679079ef50ff4187b8f13a7821f2.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Map.cpp')
-rw-r--r-- | ace/Map.cpp | 25 |
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__ */ + |