Salome HOME
Implementation of producer/consumer mechanism and transaction mechanism for global...
[modules/kernel.git] / src / SALOMESDS / SALOMESDS_RefCountServ.cxx
index 1e03c16f070836c858a9912e310e823e5fc7e7ae..3eaebfcbb9ea95d85643fc36111f6e65b2734c34 100644 (file)
@@ -38,14 +38,6 @@ bool RefCountServ::decrRef() const
   return ret;
 }
 
-void RefCountServ::enforcedRelease()
-{
-  PortableServer::POA_var poa(getPOA());
-  PortableServer::ObjectId_var oid(poa->servant_to_id(this));
-  poa->deactivate_object(oid);
-  _remove_ref();
-}
-
 RefCountServ::RefCountServ():_cnt(1)
 {
 }