log4cpp
1.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
log4cpp
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::localtime
void localtime(const ::time_t *time,::tm *t)
Definition:
Localtime.cpp:30
Generated by
1.8.5