Use SolarMutexGuard where appropriate

This commit is contained in:
Norbert Thiebaud
2010-10-14 16:43:16 -05:00
parent f4f4a8ed4f
commit dbd5e19301
6 changed files with 22 additions and 23 deletions

View File

@@ -255,7 +255,7 @@ Any BasicScriptListener_Impl::approveFiring( const ScriptEvent& aScriptEvent )
void BasicScriptListener_Impl::disposing(const EventObject& ) throw ( RuntimeException )
{
// TODO: ???
//NAMESPACE_VOS(OGuard) guard( Application::GetSolarMutex() );
//SolarMutexGuard aGuard;
//xSbxObj.Clear();
}