Go to the documentation of this file.00001 #ifndef _LOG4CPP_LOCALTIME_HH
00002 #define _LOG4CPP_LOCALTIME_HH
00003
00004 #include <time.h>
00005
00006 namespace log4cpp
00007 {
00008 void localtime(const ::time_t* time, ::tm* t);
00009 }
00010
00011 #endif