0026720: Coding, STEP - non-conformant names of class fields

Names of class fields and method parameters are fixed according to coding standard.
This commit is contained in:
rkv
2015-10-08 10:06:55 +03:00
committed by bugmaster
parent 980d161f03
commit 2f220b97b7
47 changed files with 371 additions and 324 deletions

View File

@@ -38,6 +38,6 @@ void StepDimTol_DatumSystem::Init (const Handle(TCollection_HAsciiString)& theNa
const Handle(StepDimTol_HArray1OfDatumReferenceCompartment)& theConstituents)
{
StepRepr_ShapeAspect::Init(theName, theDescription, theOfShape, theProductDefinitional);
constituents = theConstituents;
myConstituents = theConstituents;
}