salhelper/inc/salhelper/thread.hxx |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 2d15260688aca175b5ce19d6b65cacf177c14532
Author: Stephan Bergmann <sberg...@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;
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to