From f7b8fb01db9ec5d323a83b554cc7315435d10b41 Mon Sep 17 00:00:00 2001 From: srn Date: Tue, 30 Aug 2005 07:12:40 +0000 Subject: [PATCH] Added a mutex unlock before call to FindOrLoadComponent --- src/SALOMEDS/SALOMEDS_Driver_i.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SALOMEDS/SALOMEDS_Driver_i.cxx b/src/SALOMEDS/SALOMEDS_Driver_i.cxx index 6522ef242..88c138376 100644 --- a/src/SALOMEDS/SALOMEDS_Driver_i.cxx +++ b/src/SALOMEDS/SALOMEDS_Driver_i.cxx @@ -237,7 +237,8 @@ SALOMEDSImpl_Driver* SALOMEDS_DriverFactory_i::GetDriverByType(const TCollection TCollection_AsciiString aFactoryType; if (theComponentType == "SUPERV") aFactoryType = "SuperVisionContainer"; else aFactoryType = "FactoryServer"; - + + SALOMEDS::unlock(); obj = SALOME_LifeCycleCORBA(_name_service).FindOrLoad_Component(aFactoryType.ToCString(), theComponentType.ToCString()); -- 2.39.2