summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/LifespanPolicy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/LifespanPolicy.h')
-rw-r--r--TAO/tao/PortableServer/LifespanPolicy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/LifespanPolicy.h b/TAO/tao/PortableServer/LifespanPolicy.h
index 8782763623f..50c3246bc08 100644
--- a/TAO/tao/PortableServer/LifespanPolicy.h
+++ b/TAO/tao/PortableServer/LifespanPolicy.h
@@ -45,16 +45,16 @@ namespace TAO
public:
LifespanPolicy (::PortableServer::LifespanPolicyValue value);
- CORBA::Policy_ptr copy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ CORBA::Policy_ptr copy (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- void destroy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ void destroy (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- ::PortableServer::LifespanPolicyValue value (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ ::PortableServer::LifespanPolicyValue value (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- CORBA::PolicyType policy_type (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ CORBA::PolicyType policy_type (void)
ACE_THROW_SPEC ((CORBA::SystemException));
/// Return the cached policy type for this policy.