Salome HOME
+ SMESH_Comment & operator=(const SMESH_Comment& c) {
authoreap <eap@opencascade.com>
Wed, 24 Feb 2010 12:44:11 +0000 (12:44 +0000)
committereap <eap@opencascade.com>
Wed, 24 Feb 2010 12:44:11 +0000 (12:44 +0000)
commit039a4f4346d974f0e00c81d350e6ca0264431f16
tree9ab11179453289d88961c393a6efc4634a9ace33
parenta34eac927668ea3508bfb03a7e4f3d8a0f9665d9
+  SMESH_Comment & operator=(const SMESH_Comment& c) {
+    _s << c.c_str() ;
+    this->string::operator=( _s.str() );
+    return *this;
+  }
+
src/SMESH/SMESH_Comment.hxx