mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-29 04:00:33 +05:00
Fix for NPAL14831 : removing some traces (again) in SMESH module.
This commit is contained in:
parent
1a1cdf7bcc
commit
7f1b2ac477
@ -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;
|
||||
|
@ -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);
|
||||
|
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user