log4cpp 1.1.3
Loading...
Searching...
No Matches
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
12namespace log4cpp
13{
14 void localtime(const ::time_t* time, ::tm* t);
15}
16
17#endif
The top level namespace for all 'Log for C++' types and classes.
Definition AbortAppender.hh:16
void localtime(const ::time_t *time, ::tm *t)
Definition Localtime.cpp:30