log4cpp
1.1.3
src
Localtime.hh
Go to the documentation of this file.
1
/*
2
* Copyright 2002, Log4cpp Project. All rights reserved.
3
*
4
* See the COPYING file for the terms of usage and distribution.
5
*/
6
7
#ifndef _LOG4CPP_LOCALTIME_HH
8
#define _LOG4CPP_LOCALTIME_HH
9
10
#include <time.h>
11
12
namespace
log4cpp
13
{
14
void
localtime
(const ::time_t* time, ::tm* t);
15
}
16
17
#endif
log4cpp
The top level namespace for all 'Log for C++' types and classes.
Definition:
AbortAppender.hh:16
log4cpp::localtime
void localtime(const ::time_t *time, ::tm *t)
Definition:
Localtime.cpp:30
Generated by
1.8.16