From 58b868e7463757e5f4f4a56f86131bda9c4411e5 Mon Sep 17 00:00:00 2001 From: cascade Date: Fri, 7 Sep 2007 14:50:58 +0000 Subject: [PATCH] OCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski --- src/MSAPI/MSAPI_MetaSchema.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/MSAPI/MSAPI_MetaSchema.cxx b/src/MSAPI/MSAPI_MetaSchema.cxx index 258326f..04ff2d6 100755 --- a/src/MSAPI/MSAPI_MetaSchema.cxx +++ b/src/MSAPI/MSAPI_MetaSchema.cxx @@ -63,7 +63,7 @@ Handle(WOKUtils_Path) SearchFile(const Handle(TCollection_HAsciiString)& afile, Handle(WOKUtils_Path) apath; Handle(TCollection_HAsciiString) astr; - // d'abord regarder si on ne le trouve pas + // dabord regarder si on ne le trouve pas apath = new WOKUtils_Path(afile); if(apath->Exists() == Standard_True) { @@ -126,7 +126,7 @@ Standard_Integer MSAPI_MetaSchema::Translate(const Standard_Integer argc, const Standard_Boolean averbose = Standard_False; Handle(TColStd_HSequenceOfHAsciiString) incdirectives = new TColStd_HSequenceOfHAsciiString; Handle(TCollection_HAsciiString) package; - Handle(TCollection_HAsciiString) interface; + Handle(TCollection_HAsciiString) inter; Handle(TCollection_HAsciiString) allentity; Handle(TCollection_HAsciiString) type; Handle(TCollection_HAsciiString) afile; @@ -152,7 +152,7 @@ Standard_Integer MSAPI_MetaSchema::Translate(const Standard_Integer argc, const package = opts.OptionArgument(); break; case 'i': - interface = opts.OptionArgument(); + inter = opts.OptionArgument(); break; case 't': type = opts.OptionArgument(); @@ -200,9 +200,9 @@ Standard_Integer MSAPI_MetaSchema::Translate(const Standard_Integer argc, const { anit.AddInStack(package, WOKBuilder_Package); } - if(!interface.IsNull()) + if(!inter.IsNull()) { - anit.AddInStack(interface, WOKBuilder_Interface); + anit.AddInStack(inter, WOKBuilder_Interface); } if(!type.IsNull()) { -- 2.39.5