Salome HOME
Removed a mutex lock in the method PasteInto
authorsrn <srn@opencascade.com>
Tue, 30 Aug 2005 09:49:29 +0000 (09:49 +0000)
committersrn <srn@opencascade.com>
Tue, 30 Aug 2005 09:49:29 +0000 (09:49 +0000)
src/SALOMEDS/SALOMEDS_Driver_i.cxx

index 88c138376e9677e329ec937c6f68cb97dc201f84..c01b0ac42aedc68e3aa895f4bce4d6da87f07a5e 100644 (file)
@@ -195,7 +195,6 @@ TCollection_AsciiString SALOMEDS_Driver_i::PasteInto(const unsigned char* theStr
 
   SALOMEDS::unlock();
   SALOMEDS::SObject_var ret_so = _driver->PasteInto(aStream.in(), theObjectID, so.in());
-  SALOMEDS::lock();
 
   return TCollection_AsciiString((char*)ret_so->GetID());
 }