diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-16 03:21:22 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:55:39 -0500 |
commit | 0e20364de4e991507617ae39e346263554703c70 (patch) | |
tree | 0b24de99c41e65dc05fe08f9beaadefd27cc8bb1 | |
parent | 59e7685d8d812ee8773f57475cbe3aa2a0bdfc81 (diff) |
merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
-rw-r--r-- | sal/inc/osl/mutex.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/inc/osl/mutex.hxx b/sal/inc/osl/mutex.hxx index ba4d98dac763..23418bfef3a6 100644 --- a/sal/inc/osl/mutex.hxx +++ b/sal/inc/osl/mutex.hxx @@ -270,6 +270,8 @@ namespace osl SolarMutex() {} virtual ~SolarMutex() {} }; + typedef osl::Guard< SolarMutex > SolarMutexGuard; + typedef osl::ClearableGuard< SolarMutex > ClearableSolarMutexGuard; } #endif /* __cplusplus */ |