Salome HOME
Merge branch 'V8_4_BR'
[modules/smesh.git] / src / SMESHUtils / SMESH_Comment.hxx
index a8b56aef6d25a63dbcad348c95144d17e9a81165..2de8877e544691e7124ad5ca6b2a203c24498c3c 100644 (file)
@@ -17,7 +17,7 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-//  SMESH SMESH : implementaion of SMESH idl descriptions
+//  SMESH SMESH : implementation of SMESH idl descriptions
 // File      : SMESH_Comment.hxx
 // Created   : Wed Mar 14 18:28:45 2007
 // Author    : Edward AGAPOV (eap)
@@ -68,6 +68,8 @@ public :
   operator char*() const {
     return (char*)c_str();
   }
+
+  std::ostream& Stream() { return _s; }
 };