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