[Libreoffice-commits] .: salhelper/inc
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Thu Feb 23 11:19:51 PST 2012
salhelper/inc/salhelper/thread.hxx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit 2d15260688aca175b5ce19d6b65cacf177c14532
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Feb 23 20:19:20 2012 +0100
Fix comment
diff --git a/salhelper/inc/salhelper/thread.hxx b/salhelper/inc/salhelper/thread.hxx
index 84d3732..2b657b3 100644
--- a/salhelper/inc/salhelper/thread.hxx
+++ b/salhelper/inc/salhelper/thread.hxx
@@ -74,8 +74,10 @@ public:
using osl::Thread::terminate;
// While the below static member functions should arguably always be called
- // with qualified (osl::Thread) names, at least MSVC still would complain
- // that they are inaccessible from within derivations of salhelper::Thread:
+ // with qualified (osl::Thread) names, compilers would still complain that
+ // they are inaccessible from within derivations of salhelper::Thread (an
+ // alternative would be to force such derivations to use global names,
+ // prefixed with ::osl::Thread):
using osl::Thread::getCurrentIdentifier;
using osl::Thread::wait;
using osl::Thread::yield;
More information about the Libreoffice-commits
mailing list