log4cpp  1.1.1
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
The top level namespace for all &#39;Log for C++&#39; types and classes.
Definition: AbortAppender.hh:16
void localtime(const ::time_t *time, ::tm *t)
Definition: Localtime.cpp:24