From: cascade Date: Fri, 16 Sep 2005 21:38:39 +0000 (+0000) Subject: OCC8503 FIP 8.17 MMgt_StorageManager NCollection_TypeDef.hxx Standard_Allocate... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=2e674e698401d73e999e79f2e2a3b7aeae62b685;p=occt-wok.git OCC8503 FIP 8.17 MMgt_StorageManager NCollection_TypeDef.hxx Standard_Allocate.lxx Standard.hxx Standard.lxx cdl, hxx, cxx, lxx --- diff --git a/src/WOKStep/WOKStep_WNTLink.cxx b/src/WOKStep/WOKStep_WNTLink.cxx index 23627b9..0a572b1 100755 --- a/src/WOKStep/WOKStep_WNTLink.cxx +++ b/src/WOKStep/WOKStep_WNTLink.cxx @@ -1,8 +1,6 @@ #define STRICT -#include - #include #include @@ -30,8 +28,6 @@ #include -// ###### REFERENCER LE STORAGE MANAGER DES COLLECTIONS ###### -//extern MMgt_StorageManager aStorageManager; #ifdef WNT #include @@ -300,8 +296,8 @@ void WOKStep_WNTLink::Execute(const Handle(WOKMake_HSequenceOfInputFile)& buff = new TCollection_HAsciiString(buffer); //POP - Standard::Free((void*&)buffer,dwLen+1); -// aStorageManager.Free((void*&)buffer,dwLen+1); + //Standard::Free((void*&)buffer,dwLen+1); + Standard::Free((void*&)buffer); //POP seq->Append(buff); @@ -326,8 +322,7 @@ void WOKStep_WNTLink::Execute(const Handle(WOKMake_HSequenceOfInputFile)& buff = new TCollection_HAsciiString(buffer); //POP - Standard::Free((void*&)buffer,dwLen+1); -// aStorageManager.Free((void*&)buffer,dwLen+1); + Standard::Free((void*&)buffer); //POP seq->Append(buff);