Author: rhys
Date: Wed Feb 12 03:39:05 2014
New Revision: 1567513
URL: http://svn.apache.org/r1567513
Log:
LOG4CXX-305: undo initialize return change
Patch C applied as part of this issue changed the declared
return type of the static initialize method without changing
it in the implementation. Fixing.
Modified:
incubator/log4cxx/trunk/src/main/include/log4cxx/helpers/aprinitializer.h
Modified:
incubator/log4cxx/trunk/src/main/include/log4cxx/helpers/aprinitializer.h
URL:
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/main/include/log4cxx/helpers/aprinitializer.h?rev=1567513&r1=1567512&r2=1567513&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/main/include/log4cxx/helpers/aprinitializer.h
(original)
+++ incubator/log4cxx/trunk/src/main/include/log4cxx/helpers/aprinitializer.h
Wed Feb 12 03:39:05 2014
@@ -40,7 +40,7 @@ namespace log4cxx
class APRInitializer
{
public:
- static apr_time_t initialize();
+ static log4cxx_time_t initialize();
static apr_pool_t* getRootPool();
static apr_threadkey_t* getTlsKey();
static bool isDestructed;