Go to the source code of this file.
Data Structures | |
class | OsclLockBase |
class | OsclNullLock |
class | OsclScopedLock |
The OsclScopedLock class is a template class that handles unlocking an abstract class on destruction. This is very useful for ensuring that the lock is released when the OsclScopedLock goes out of scope. More... |