log4cpp  1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Localtime.hh
Go to the documentation of this file.
1 #ifndef _LOG4CPP_LOCALTIME_HH
2 #define _LOG4CPP_LOCALTIME_HH
3 
4 #include <time.h>
5 
6 namespace log4cpp
7 {
8  void localtime(const ::time_t* time, ::tm* t);
9 }
10 
11 #endif
void localtime(const ::time_t *time,::tm *t)
Definition: Localtime.cpp:24