18 #ifndef _LOG4CXX_HELPERS_CLASSREGISTRATION_H 19 #define _LOG4CXX_HELPERS_CLASSREGISTRATION_H 21 #include <log4cxx/log4cxx.h> 31 typedef const Class& (*ClassAccessor)();
35 ClassRegistration(
const ClassRegistration&);
36 ClassRegistration& operator=(
const ClassRegistration&);
41 #endif //_LOG4CXX_HELPERS_CLASSREGISTRATION_H Definition: classregistration.h:28
Definition: appender.h:33