18#ifndef _LOG4CXX_HELPERS_TIMEZONE_H
19#define _LOG4CXX_HELPERS_TIMEZONE_H
25 #pragma warning ( push )
26 #pragma warning ( disable: 4251 )
46 static const TimeZonePtr& getDefault();
47 static const TimeZonePtr& getGMT();
48 static const TimeZonePtr getTimeZone(const
LogString& ID);
60 virtual log4cxx_status_t
explode(apr_time_exp_t* result,
61 log4cxx_time_t input)
const = 0;
base class for java-like objects.
Definition: object.h:102
Definition: timezone.h:39
TimeZone(const LogString &ID)
const LogString id
Definition: timezone.h:68
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.
LOG4CXX_PTR_DEF(AppenderAttachableImpl)
Definition: messagehandler.h:23
std::basic_string< logchar > LogString
Definition: logstring.h:66
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:153
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:147
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:141