mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
10 lines
274 B
C++
10 lines
274 B
C++
// Date_Time.cpp
|
|
// $Id: Date_Time.cpp 80826 2008-03-04 14:51:23Z wotte $
|
|
|
|
#include "ace/Date_Time.h"
|
|
|
|
#if !defined (__ACE_INLINE__)
|
|
#include "ace/Date_Time.inl"
|
|
#endif /* __ACE_INLINE__ */
|
|
|
|
ACE_RCSID(ace, Date_Time, "$Id: Date_Time.cpp 80826 2008-03-04 14:51:23Z wotte $")
|