summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Servant_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/ciao/Dynamic_Component_Servant_T.h')
-rw-r--r--TAO/CIAO/DAnCE/ciao/Dynamic_Component_Servant_T.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Servant_T.h b/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Servant_T.h
index 4fa5f246b70..9e4c8828fc8 100644
--- a/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Servant_T.h
+++ b/TAO/CIAO/DAnCE/ciao/Dynamic_Component_Servant_T.h
@@ -49,6 +49,8 @@ namespace CIAO
virtual void destroy (PortableServer::ObjectId &oid);
+ virtual void update_destroy_count ();
+
protected:
Components::EnterpriseComponent_var executor_;
Home_Servant_Impl_Base *home_servant_;