summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Profile.h')
-rw-r--r--TAO/tao/Profile.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/Profile.h b/TAO/tao/Profile.h
index 85e8cdab4a9..73beeadf18d 100644
--- a/TAO/tao/Profile.h
+++ b/TAO/tao/Profile.h
@@ -147,11 +147,10 @@ public:
/// This method sets the client exposed policies, i.e., the ones
/// propagated in the IOR, for this profile.
- virtual void policies (CORBA::PolicyList *policy_list,
- CORBA::Environment &ACE_TRY_ENV);
+ virtual void policies (CORBA::PolicyList *policy_list);
/// Accessor for the client exposed policies of this profile.
- virtual CORBA::PolicyList& policies (CORBA::Environment &ACE_TRY_ENV);
+ virtual CORBA::PolicyList& policies (void);
/// Sets the TAO_Stub to which this profile is associated.
virtual void the_stub (TAO_Stub *stub);