summaryrefslogtreecommitdiff
path: root/ACE/ace/Containers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Containers.cpp')
-rw-r--r--ACE/ace/Containers.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/ace/Containers.cpp b/ACE/ace/Containers.cpp
new file mode 100644
index 00000000000..2904225a3c9
--- /dev/null
+++ b/ACE/ace/Containers.cpp
@@ -0,0 +1,12 @@
+// $Id$
+
+#include "ace/Containers.h"
+
+ACE_RCSID (ace,
+ Containers,
+ "$Id$")
+
+#if !defined (__ACE_INLINE__)
+#include "ace/Containers.inl"
+#endif /* __ACE_INLINE__ */
+