X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FStepSelect%2FStepSelect_StepType.cxx;h=fd82fee091e64b7dbe37c4f19ffddf31c380636e;hp=0943abeebd46e5fb58eab82e47bbad691139c953;hb=4c7a3faef5f292475c23ee615ad49d57fc039b58;hpb=7fd59977dfb3a75f75670474b59dfc0f3f5f90ba diff --git a/src/StepSelect/StepSelect_StepType.cxx b/src/StepSelect/StepSelect_StepType.cxx old mode 100755 new mode 100644 index 0943abeebd..fd82fee091 --- a/src/StepSelect/StepSelect_StepType.cxx +++ b/src/StepSelect/StepSelect_StepType.cxx @@ -1,10 +1,30 @@ -#include -#include -#include -#include +// Copyright (c) 1999-2014 OPEN CASCADE SAS +// +// This file is part of Open CASCADE Technology software library. +// +// This library is free software; you can redistribute it and/or modify it under +// the terms of the GNU Lesser General Public License version 2.1 as published +// by the Free Software Foundation, with special exception defined in the file +// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT +// distribution for complete text of the license and disclaimer of any warranty. +// +// Alternatively, this file may be used under the terms of Open CASCADE +// commercial license or contractual agreement. + + #include +#include #include +#include +#include +#include +#include +#include +#include +#include +#include +IMPLEMENT_STANDARD_RTTIEXT(StepSelect_StepType,IFSelect_Signature) static TCollection_AsciiString lastvalue; @@ -16,7 +36,7 @@ static TCollection_AsciiString lastvalue; (const Handle(Interface_Protocol)& proto) { DeclareAndCast(StepData_Protocol,newproto,proto); - if (newproto.IsNull()) Interface_InterfaceError::Raise("StepSelect_StepType"); + if (newproto.IsNull()) throw Interface_InterfaceError("StepSelect_StepType"); theproto = newproto; thelib.Clear(); thelib.AddProtocol (theproto); @@ -28,7 +48,7 @@ static TCollection_AsciiString lastvalue; Standard_CString StepSelect_StepType::Value (const Handle(Standard_Transient)& ent, - const Handle(Interface_InterfaceModel)& model) const + const Handle(Interface_InterfaceModel)& /*model*/) const { lastvalue.Clear(); Handle(StepData_ReadWriteModule) module;