18 #ifndef _LOG4CXX_HELPERS_TIMEZONE_H 19 #define _LOG4CXX_HELPERS_TIMEZONE_H 25 #pragma warning ( push ) 26 #pragma warning ( disable: 4251 ) 29 struct apr_time_exp_t;
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;
79 #endif //_LOG4CXX_HELPERS_TIMEZONE_H #define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:148
Definition: timezone.h:38
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:142
LOG4CXX_PTR_DEF(AppenderAttachableImpl)
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:136
const LogString id
Definition: timezone.h:68
const LogString getID() const
Definition: timezone.h:50
base class for java-like objects.
Definition: object.h:101
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:66