|
|
Choosing A Webhost: |
svn commit: r591469 - /logging/log4cxx/trunk/src/main/cpp/thread.cpp: msg#00003apache.logging.log4cxx.devel
Author: carnold Date: Fri Nov 2 14:22:52 2007 New Revision: 591469 URL: http://svn.apache.org/viewvc?rev=591469&view=rev Log: LOGCXX-129: VC6 fix for Thread::isCurrentThread Modified: logging/log4cxx/trunk/src/main/cpp/thread.cpp Modified: logging/log4cxx/trunk/src/main/cpp/thread.cpp URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/cpp/thread.cpp?rev=591469&r1=591468&r2=591469&view=diff ============================================================================== --- logging/log4cxx/trunk/src/main/cpp/thread.cpp (original) +++ logging/log4cxx/trunk/src/main/cpp/thread.cpp Fri Nov 2 14:22:52 2007 @@ -147,7 +147,7 @@ } bool Thread::isCurrentThread() const { - void* tls = getThreadLocal().get(); + const void* tls = getThreadLocal().get(); return (tls == this); }
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r591467 - /logging/log4cxx/trunk/src/apr/apr-1.2.9/misc/win32/rand.c, carnold |
|---|---|
| Next by Date: | RE: Restoring operator<< in LOG4CXX_INFO et al, Steck, David |
| Previous by Thread: | svn commit: r591467 - /logging/log4cxx/trunk/src/apr/apr-1.2.9/misc/win32/rand.c, carnold |
| Next by Thread: | RE: Restoring operator<< in LOG4CXX_INFO et al, Steck, David |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |