ucommon
numbers.h
1 #ifndef COMMONCPP_NUMBERS_H_
2 #define COMMONCPP_NUMBERS_H_
3 
4 #ifndef COMMONCPP_CONFIG_H_
5 #include <commoncpp/config.h>
6 #endif
7 
8 #ifndef COMMONCPP_STRING_H_
9 #include <commoncpp/string.h>
10 #endif
11 
12 typedef ucommon::Date Date;
13 typedef ucommon::Time Time;
17 
18 #endif
19