diff options
Diffstat (limited to 'dep/src/ace/Containers.cpp')
-rw-r--r-- | dep/src/ace/Containers.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dep/src/ace/Containers.cpp b/dep/src/ace/Containers.cpp new file mode 100644 index 00000000000..754ef0e5194 --- /dev/null +++ b/dep/src/ace/Containers.cpp @@ -0,0 +1,13 @@ +// $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__ */ + + |