summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/ConsumesDef_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/ConsumesDef_i.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/ConsumesDef_i.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/orbsvcs/IFR_Service/ConsumesDef_i.h b/TAO/orbsvcs/IFR_Service/ConsumesDef_i.h
index 9b81cc485f1..03ed5e6dafd 100644
--- a/TAO/orbsvcs/IFR_Service/ConsumesDef_i.h
+++ b/TAO/orbsvcs/IFR_Service/ConsumesDef_i.h
@@ -64,12 +64,25 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException));
// Remove the repository entry.
+ virtual void destroy_i (
+ CORBA::Environment &ACE_TRY_ENV =
+ TAO_default_environment ()
+ )
+ ACE_THROW_SPEC ((CORBA::SystemException));
+
virtual IR::Contained::Description *describe (
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ()
)
ACE_THROW_SPEC ((CORBA::SystemException));
// From Contained_i's pure virtual function.
+
+ virtual IR::Contained::Description *describe_i (
+ CORBA::Environment &ACE_TRY_ENV =
+ TAO_default_environment ()
+ )
+ ACE_THROW_SPEC ((CORBA::SystemException));
+ // From Contained_i's pure virtual function.
};
#if defined(_MSC_VER) && (_MSC_VER >= 1200)