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 | 0e6eabe0bc7e1be3af3b8f4448b8be835a43d15f (patch) | |
tree | 622fc8571ce9886a52b5eb1453c3c2b6c2269e69 /sal | |
parent | 4fd4530a471c2fbe8e903774e2f086f6cbe5e08f (diff) |
merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
Diffstat (limited to 'sal')
-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 27472801d..5f5bedc25 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 */ |