diff options
Diffstat (limited to 'dep/acelite/ace/Containers.cpp')
-rw-r--r-- | dep/acelite/ace/Containers.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dep/acelite/ace/Containers.cpp b/dep/acelite/ace/Containers.cpp new file mode 100644 index 00000000000..244a9ad4b1b --- /dev/null +++ b/dep/acelite/ace/Containers.cpp @@ -0,0 +1,12 @@ +// $Id: Containers.cpp 80826 2008-03-04 14:51:23Z wotte $ + +#include "ace/Containers.h" + +ACE_RCSID (ace, + Containers, + "$Id: Containers.cpp 80826 2008-03-04 14:51:23Z wotte $") + +#if !defined (__ACE_INLINE__) +#include "ace/Containers.inl" +#endif /* __ACE_INLINE__ */ + |