Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
log4cxx contained typedefs like log4cxx_pool_t and log4cxx_mutex_t that were motivated to keep log4cxx independent of the APR headers, but the same could be accomplished by appropriate forward declaration of the APR types. The use of of log4cxx typedefs added a lot of unnecessary casts.