Salome HOME
DCQ:prepare 2.0.0
[modules/smesh.git] / src / SMESH_I / SMESH_Hypothesis_i.hxx
index 5a03bfa44785ccd1fb1b6b3eee923ccae39e584b..df89d82c818e9464c60602120bedb374815fff63 100644 (file)
@@ -67,12 +67,19 @@ public:
   // Get implementation
   ::SMESH_Hypothesis* GetImpl();
   
+  // _CS_gbo_ Activate the object using the POA
+  void Activate();
+
   // Persistence
   virtual char* SaveTo();
   virtual void  LoadFrom( const char* theStream );
   
 protected:
   ::SMESH_Hypothesis* myBaseImpl;    // base hypothesis implementation
+
+  // _CS_gbo_070505 To keep the reference and delayed the activation
+  // in the methode Activate().
+  PortableServer::POA_ptr myPOA;
 };
 
 // ======================================================