log4cpp 1.1
|
00001 /* 00002 * Copyright 2002, Log4cpp Project. All rights reserved. 00003 * 00004 * See the COPYING file for the terms of usage and distribution. 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