Kaydet (Commit) 2d152606 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix comment

üst bad98a1a
...@@ -74,8 +74,10 @@ public: ...@@ -74,8 +74,10 @@ public:
using osl::Thread::terminate; using osl::Thread::terminate;
// While the below static member functions should arguably always be called // While the below static member functions should arguably always be called
// with qualified (osl::Thread) names, at least MSVC still would complain // with qualified (osl::Thread) names, compilers would still complain that
// that they are inaccessible from within derivations of salhelper::Thread: // 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::getCurrentIdentifier;
using osl::Thread::wait; using osl::Thread::wait;
using osl::Thread::yield; using osl::Thread::yield;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment