diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-11 12:51:42 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-11 12:51:42 +0000 |
commit | 684f4149bb62552bd083a246812149010a0d5278 (patch) | |
tree | e7cd895a2fa466e22075c21c31fc83ebc30f476d /TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h | |
parent | df13612f36e202934137663b99b65394b07ae8cd (diff) | |
download | ATCD-684f4149bb62552bd083a246812149010a0d5278.tar.gz |
Sun Feb 11 12:38:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h')
-rw-r--r-- | TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h b/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h index 00f3bdad5dd..f42b3b52043 100644 --- a/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h +++ b/TAO/tao/EndpointPolicy/IIOPEndpointValue_i.h @@ -84,20 +84,15 @@ public: CORBA::Boolean validate_acceptor (TAO_Acceptor *) const; /// Host attribute get/set operators. - char * host (void) - ACE_THROW_SPEC ((CORBA::SystemException)); - void host (const char * h) - ACE_THROW_SPEC ((CORBA::SystemException)); + char * host (void); + void host (const char * h); /// Port attribute get/set operators. - CORBA::UShort port (void) - ACE_THROW_SPEC ((CORBA::SystemException)); - void port (CORBA::UShort p) - ACE_THROW_SPEC ((CORBA::SystemException)); + CORBA::UShort port (void); + void port (CORBA::UShort p); // Protocol tag get operator, inherited from EndpointValueBase - CORBA::ULong protocol_tag (void) - ACE_THROW_SPEC ((CORBA::SystemException)); + CORBA::ULong protocol_tag (void); private: CORBA::Boolean is_equivalent_i (CORBA::UShort port, const char *host) const; |