00001
00002
00003
00004
00005
00006
00007 #ifndef _LOG4CPP_LOCALTIME_HH
00008 #define _LOG4CPP_LOCALTIME_HH
00009
00010 #include <time.h>
00011
00012 namespace log4cpp
00013 {
00014 void localtime(const ::time_t* time, ::tm* t);
00015 }
00016
00017 #endif