ucommon
|
00001 #ifndef COMMONCPP_NUMBERS_H_ 00002 #define COMMONCPP_NUMBERS_H_ 00003 00004 #ifndef COMMONCPP_CONFIG_H_ 00005 #include <commoncpp/config.h> 00006 #endif 00007 00008 #ifndef COMMONCPP_STRING_H_ 00009 #include <commoncpp/string.h> 00010 #endif 00011 00012 typedef ucommon::Date Date; 00013 typedef ucommon::Time Time; 00014 typedef ucommon::DateTime DateTime; 00015 typedef ucommon::DateTimeString DateTimeString; 00016 typedef ucommon::DateNumber DateNumber; 00017 00018 #endif 00019