merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
This commit is contained in:
parent
59e7685d8d
commit
0e20364de4
1 changed files with 2 additions and 0 deletions
|
@ -270,6 +270,8 @@ namespace osl
|
|||
SolarMutex() {}
|
||||
virtual ~SolarMutex() {}
|
||||
};
|
||||
typedef osl::Guard< SolarMutex > SolarMutexGuard;
|
||||
typedef osl::ClearableGuard< SolarMutex > ClearableSolarMutexGuard;
|
||||
}
|
||||
|
||||
#endif /* __cplusplus */
|
||||
|
|
Loading…
Reference in a new issue