merge vosremoval-mutex.diff

In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
This commit is contained in:
Norbert Thiebaud 2010-10-16 03:21:22 -05:00
parent 59e7685d8d
commit 0e20364de4

View file

@ -270,6 +270,8 @@ namespace osl
SolarMutex() {}
virtual ~SolarMutex() {}
};
typedef osl::Guard< SolarMutex > SolarMutexGuard;
typedef osl::ClearableGuard< SolarMutex > ClearableSolarMutexGuard;
}
#endif /* __cplusplus */