From: cascade Date: Mon, 9 Feb 2004 11:22:16 +0000 (+0000) Subject: 5082,5083 Some corrections and improvements in WOK Java extractor.cdl,cxx,h,java... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=fb4f986b905392cbe65eea0b91eed71ae76c392e;p=occt-wok.git 5082,5083 Some corrections and improvements in WOK Java extractor.cdl,cxx,h,java,edl need wok modification --- diff --git a/src/WOKStepsDef/WOKSteps_Del.edl b/src/WOKStepsDef/WOKSteps_Del.edl index 2ab1c9c..c8877e4 100755 --- a/src/WOKStepsDef/WOKSteps_Del.edl +++ b/src/WOKStepsDef/WOKSteps_Del.edl @@ -6,64 +6,18 @@ @ifnotdefined ( %WOKSteps_Del_EDL) then @set %WOKSteps_Del_EDL = ""; -@if ( %Station != "wnt" ) then - @template WOKSteps_Remove_File ( %FilePath ) is - $ /bin/rm -f %FilePath - @end; -@else - @template WOKSteps_Remove_File ( %FilePath ) is - $ wokRM -f %FilePath - @end; -@endif; - -@ifdefined (%UnitType) then -@if (%UnitType != "delivery") then - -@if ( %Station != "wnt" ) then - @template WOKSteps_Dummy_Include ( %FilePath ) is - $ /bin/rm -f %FilePath ----##POP $ echo '#error %FilePath has disappeared' > %FilePath - @end; - - @template WOKSteps_Save_File ( %FilePath ) is - $ - @end; -@else - @template WOKSteps_Dummy_Include ( %FilePath ) is - $ wokRM -f %FilePath; - $ echo #error %FilePath has disappeared > %FilePath - @end; - - @template WOKSteps_Save_File ( %FilePath ) is - $ - @end; -@endif; - -@endif; - -@if (%UnitType == "delivery") then - -@if ( %Station != "wnt" ) then - @template WOKSteps_Dummy_Include ( %FilePath ) is - $ /bin/rm -f %FilePath - @end; - - @template WOKSteps_Save_File ( %FilePath ) is - $ /bin/rm -f %FilePath - @end; -@else - @template WOKSteps_Dummy_Include ( %FilePath ) is - $ wokRM -f %FilePath - @end; - - @template WOKSteps_Save_File ( %FilePath ) is - $ wokRM -f %FilePath - @end; -@endif; +@template WOKSteps_Remove_File ( %FilePath ) is + $ rm -f %FilePath +@end; -@endif; +@template WOKSteps_Dummy_Include ( %FilePath ) is +$ rm -f %FilePath +-- $ echo #error %FilePath has disappeared > %FilePath +@end; -@endif; +@template WOKSteps_Save_File ( %FilePath ) is + $ +@end; @template WOKSteps_Dummy_Action ( %FilePath ) is $ set status = 0