18#ifndef _LOG4CXX_HELPERS_TIMEZONE_H
19#define _LOG4CXX_HELPERS_TIMEZONE_H
41 static const TimeZonePtr& getDefault();
42 static const TimeZonePtr& getGMT();
43 static const TimeZonePtr getTimeZone(const
LogString& ID);
55 virtual log4cxx_status_t
explode(apr_time_exp_t* result,
56 log4cxx_time_t input)
const = 0;
63 LOG4CXX_DECLARE_PRIVATE_MEMBER(
LogString,
id)
base class for java-like objects.
Definition: object.h:106
Definition: timezone.h:34
TimeZone(const LogString &ID)
virtual log4cxx_status_t explode(apr_time_exp_t *result, log4cxx_time_t input) const =0
Expand an APR time into the human readable components for this timezone.
std::basic_string< logchar > LogString
Definition: logstring.h:60
LOG4CXX_PTR_DEF(Appender)
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:158
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:39
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146