Kaydet (Commit) a4c90068 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity

üst 6991ea8f
...@@ -270,8 +270,8 @@ namespace osl ...@@ -270,8 +270,8 @@ namespace osl
SolarMutex() {} SolarMutex() {}
virtual ~SolarMutex() {} virtual ~SolarMutex() {}
}; };
typedef osl::Guard< SolarMutex > SolarMutexGuard; typedef osl::Guard< SolarMutex > SolarGuard;
typedef osl::ClearableGuard< SolarMutex > ClearableSolarMutexGuard; typedef osl::ClearableGuard< SolarMutex > ClearableSolarGuard;
} }
#endif /* __cplusplus */ #endif /* __cplusplus */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment