Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 162523
Collapse All | Expand All

(-)log4cxx-0.9.7.orig/include/log4cxx/xml/domconfigurator.h (-1 / +1 lines)
Lines 208-214 Link Here
208
				spi::LoggerRepositoryPtr& repository);
208
				spi::LoggerRepositoryPtr& repository);
209
209
210
		protected:
210
		protected:
211
			String DOMConfigurator::subst(const String& value);
211
			String subst(const String& value);
212
212
213
		protected:
213
		protected:
214
			void * appenderBag;
214
			void * appenderBag;
(-)log4cxx-0.9.7.orig/include/log4cxx/helpers/tchar.h (+2 lines)
Lines 142-148 Link Here
142
	#define _T(x) x
142
	#define _T(x) x
143
#endif
143
#endif
144
144
145
#ifndef TCHAR
145
	typedef char TCHAR;
146
	typedef char TCHAR;
147
#endif
146
	#define totupper toupper
148
	#define totupper toupper
147
	#define totlower tolower
149
	#define totlower tolower
148
	#define tcout std::cout
150
	#define tcout std::cout

Return to bug 162523