From e24dc483c473861285c6f3d12ba52ac0df3f0ebd Mon Sep 17 00:00:00 2001 From: cas Date: Wed, 9 Feb 2000 18:45:54 +0000 Subject: [PATCH] No comments --- src/WOKStep/WOKStep_DirectLinkList.cxx | 3 ++- src/WOKStep/WOKStep_DirectTKReplace.cxx | 7 +++++-- src/WOKStep/WOKStep_EngLinkList.cxx | 3 ++- src/WOKStep/WOKStep_TKList.cxx | 7 +++++-- src/WOKStep/WOKStep_WNTCollect.cxx | 3 ++- src/WOKStep/WOKStep_WNTLink.cxx | 7 ++++++- 6 files changed, 22 insertions(+), 8 deletions(-) diff --git a/src/WOKStep/WOKStep_DirectLinkList.cxx b/src/WOKStep/WOKStep_DirectLinkList.cxx index ac78ba4..0490558 100755 --- a/src/WOKStep/WOKStep_DirectLinkList.cxx +++ b/src/WOKStep/WOKStep_DirectLinkList.cxx @@ -24,7 +24,8 @@ //function : ComputeDependency //purpose : //======================================================================= -Handle(TColStd_HSequenceOfHAsciiString) WOKStep_DirectLinkList::ComputeDependency(const Handle(TCollection_HAsciiString)& acode, +//Handle(TColStd_HSequenceOfHAsciiString) WOKStep_DirectLinkList::ComputeDependency(const Handle(TCollection_HAsciiString)& acode, +Handle(TColStd_HSequenceOfHAsciiString) WOKStep_DirectLinkList::ComputeDependency(const Handle(TCollection_HAsciiString)& , const Handle(TColStd_HSequenceOfHAsciiString)& directlist) const { return directlist; diff --git a/src/WOKStep/WOKStep_DirectTKReplace.cxx b/src/WOKStep/WOKStep_DirectTKReplace.cxx index 247288b..f288755 100755 --- a/src/WOKStep/WOKStep_DirectTKReplace.cxx +++ b/src/WOKStep/WOKStep_DirectTKReplace.cxx @@ -24,8 +24,11 @@ //function : ComputeDependency //purpose : //======================================================================= -Handle(TColStd_HSequenceOfHAsciiString) WOKStep_DirectTKReplace::ComputeDependency(const Handle(TCollection_HAsciiString)& acode, - const Handle(TColStd_HSequenceOfHAsciiString)& directlist) const +Handle(TColStd_HSequenceOfHAsciiString) WOKStep_DirectTKReplace::ComputeDependency( +// const Handle(TCollection_HAsciiString)& acode, + const Handle(TCollection_HAsciiString)& , +// const Handle(TColStd_HSequenceOfHAsciiString)& directlist) const + const Handle(TColStd_HSequenceOfHAsciiString)& ) const { Handle(TColStd_HSequenceOfHAsciiString) ret = new TColStd_HSequenceOfHAsciiString(); return ret; diff --git a/src/WOKStep/WOKStep_EngLinkList.cxx b/src/WOKStep/WOKStep_EngLinkList.cxx index 585dad1..bdc1e3c 100755 --- a/src/WOKStep/WOKStep_EngLinkList.cxx +++ b/src/WOKStep/WOKStep_EngLinkList.cxx @@ -105,7 +105,8 @@ void WOKStep_EngLinkList::ComputeInterface(const Handle(WOKernel_DevUnit)& aunit //function : ComputeSchema //purpose : //======================================================================= -void WOKStep_EngLinkList::ComputeSchema(const Handle(WOKernel_DevUnit)& aunit, const Handle(WOKMake_InputFile)& infile) +//void WOKStep_EngLinkList::ComputeSchema(const Handle(WOKernel_DevUnit)& aunit, const Handle(WOKMake_InputFile)& infile) +void WOKStep_EngLinkList::ComputeSchema(const Handle(WOKernel_DevUnit)& , const Handle(WOKMake_InputFile)& ) { return; } diff --git a/src/WOKStep/WOKStep_TKList.cxx b/src/WOKStep/WOKStep_TKList.cxx index 6ced49b..2eed460 100755 --- a/src/WOKStep/WOKStep_TKList.cxx +++ b/src/WOKStep/WOKStep_TKList.cxx @@ -137,8 +137,11 @@ Handle(TCollection_HAsciiString) WOKStep_TKList::GetUnitContributionCodes(const //function : ComputeDependency //purpose : //======================================================================= -Handle(TColStd_HSequenceOfHAsciiString) WOKStep_TKList::ComputeDependency(const Handle(TCollection_HAsciiString)& acode, - const Handle(TColStd_HSequenceOfHAsciiString)& directlist) const +Handle(TColStd_HSequenceOfHAsciiString) WOKStep_TKList::ComputeDependency( +// const Handle(TCollection_HAsciiString)& acode, + const Handle(TCollection_HAsciiString)& , +// const Handle(TColStd_HSequenceOfHAsciiString)& directlist) const + const Handle(TColStd_HSequenceOfHAsciiString)& ) const { Handle(TColStd_HSequenceOfHAsciiString) SHOULDNOTBECALLED; return SHOULDNOTBECALLED; diff --git a/src/WOKStep/WOKStep_WNTCollect.cxx b/src/WOKStep/WOKStep_WNTCollect.cxx index fa3e5a6..bd2e215 100755 --- a/src/WOKStep/WOKStep_WNTCollect.cxx +++ b/src/WOKStep/WOKStep_WNTCollect.cxx @@ -107,7 +107,8 @@ void WOKStep_WNTCollect::CompleteExecList(const Handle(WOKMake_HSequenceOfInputF //function : HandleOutputFile //purpose : //======================================================================= -Standard_Boolean WOKStep_WNTCollect::HandleOutputFile(const Handle(WOKMake_OutputFile)& aFile) +//Standard_Boolean WOKStep_WNTCollect::HandleOutputFile(const Handle(WOKMake_OutputFile)& aFile) +Standard_Boolean WOKStep_WNTCollect::HandleOutputFile(const Handle(WOKMake_OutputFile)& ) { return Standard_False; } diff --git a/src/WOKStep/WOKStep_WNTLink.cxx b/src/WOKStep/WOKStep_WNTLink.cxx index 451c7c6..f278b34 100755 --- a/src/WOKStep/WOKStep_WNTLink.cxx +++ b/src/WOKStep/WOKStep_WNTLink.cxx @@ -155,7 +155,12 @@ Handle(TColStd_HSequenceOfHAsciiString) WOKStep_WNTLink::ComputeExternals(const //function : Execute //purpose : //======================================================================= -void WOKStep_WNTLink::Execute(const Handle(WOKMake_HSequenceOfInputFile)& anExecList) +//void WOKStep_WNTLink::Execute(const Handle(WOKMake_HSequenceOfInputFile)& anExecList) +void WOKStep_WNTLink::Execute(const Handle(WOKMake_HSequenceOfInputFile)& +#ifdef WNT + anExecList +#endif + ) { #ifdef WNT -- 2.39.5