Salome HOME
Fix for NPAL14831 : removing some traces (again) in SMESH module. V3_2_5
authormkr <mkr@opencascade.com>
Thu, 8 Feb 2007 13:49:29 +0000 (13:49 +0000)
committermkr <mkr@opencascade.com>
Thu, 8 Feb 2007 13:49:29 +0000 (13:49 +0000)
src/SMESH/SMESH_Mesh.cxx
src/SMESH_I/SMESH_Gen_i.cxx
src/SMESH_I/SMESH_Mesh_i.cxx

index 8181e062bd6c01c532cdbe1e5fb9bf605d835a38..4cc5f79f3b8359f87aa81e7694be54508e641048 100644 (file)
@@ -87,7 +87,7 @@ SMESH_Mesh::SMESH_Mesh(int theLocalId,
                       SMESHDS_Document* theDocument):
   _groupId( 0 )
 {
-  INFOS("SMESH_Mesh::SMESH_Mesh(int localId)");
+  MESSAGE("SMESH_Mesh::SMESH_Mesh(int localId)");
   _id = theLocalId;
   _studyId = theStudyId;
   _gen = theGen;
index 431c14cb94961ad746b2b99dac3bdda9ba98a352..b0812c17e97a650d7cce0d9e9919faa4fb3e3228 100644 (file)
@@ -238,7 +238,7 @@ SMESH_Gen_i::SMESH_Gen_i( CORBA::ORB_ptr            orb,
                           const char*               interfaceName )
      : Engines_Component_i( orb, poa, contId, instanceName, interfaceName )
 {
-  INFOS( "SMESH_Gen_i::SMESH_Gen_i : standard constructor" );
+  MESSAGE( "SMESH_Gen_i::SMESH_Gen_i : standard constructor" );
 
   myOrb = CORBA::ORB::_duplicate(orb);
   myPoa = PortableServer::POA::_duplicate(poa);
index e02479387e521adb6c4453ff4ddf4d67ea94802c..1d61187ab2e4d4af3027fa5b9dfd319545952a8c 100644 (file)
@@ -90,7 +90,7 @@ SMESH_Mesh_i::SMESH_Mesh_i( PortableServer::POA_ptr thePOA,
                            CORBA::Long studyId )
 : SALOME::GenericObj_i( thePOA )
 {
-  INFOS("SMESH_Mesh_i");
+  MESSAGE("SMESH_Mesh_i");
   _impl = NULL;
   _gen_i = gen_i;
   _id = myIdGenerator++;