Salome HOME
Merging with WPdev
[modules/smesh.git] / src / SMESH_I / SMESH_subMesh_i.cxx
index c7b876c5c84006e594cca3f5be7f8ac069413b43..a073dfd7a0b2c70732abcad424ef84225e9ac116 100644 (file)
@@ -26,7 +26,6 @@
 //  Module : SMESH
 //  $Header$
 
-using namespace std;
 #include "SMESH_subMesh_i.hxx"
 #include "SMESH_Gen_i.hxx"
 #include "SMESH_Mesh_i.hxx"
@@ -40,6 +39,8 @@ using namespace std;
 #include <TopoDS.hxx>
 #include <TopoDS_Iterator.hxx>
 
+using namespace std;
+
 //=============================================================================
 /*!
  *  
@@ -69,7 +70,6 @@ SMESH_subMesh_i::SMESH_subMesh_i( PortableServer::POA_ptr thePOA,
   _gen_i = gen_i;
   _mesh_i = mesh_i;
   _localId = localId;
-  thePOA->activate_object( this );
   // ****
 }
 //=============================================================================