0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / StepData / StepData_StepModel.cxx
index 306609c..109a751 100644 (file)
@@ -119,9 +119,9 @@ void StepData_StepModel::DumpHeader
     S << "  "  << iter.Value()->DynamicType()->Name() << "\n";
   }
   if (!iapro || nb == 0) return;
-  S << " --  --        STEP MODEL    HEADER  CONTENT      --  --" << endl;
+  S << " --  --        STEP MODEL    HEADER  CONTENT      --  --" << Message_EndLine;
   S << " --   Dumped with Protocol : " << stepro->DynamicType()->Name()
-    << "   --"<<endl;
+    << "   --"<<Message_EndLine;
 
   Standard_SStream aSStream;
   Handle(StepData_StepModel) me (this);