Hi I need a mutex to protect a section of code of a non-member function from concurrent execution. Do I have to use use osl::Mutex::getGlobalMutex(), or do I have to create a global mutex ? Is it possible to create global mutexes, and if so, why use osl::Mutex::getGlobalMutex() instead of creating a special-purpose global mutex ?
Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.org For additional commands, e-mail: dev-h...@openoffice.org