diff options
Diffstat (limited to 'cppe')
-rw-r--r-- | cppe/include/IceE/Exception.h | 1 | ||||
-rwxr-xr-x | cppe/include/IceE/LocalException.h | 49 | ||||
-rwxr-xr-x | cppe/src/IceE/ExceptionBase.cpp | 10 | ||||
-rwxr-xr-x | cppe/src/IceE/LocalException.cpp | 200 |
4 files changed, 1 insertions, 259 deletions
diff --git a/cppe/include/IceE/Exception.h b/cppe/include/IceE/Exception.h index 83ccef8ca1b..eb41e54aadc 100644 --- a/cppe/include/IceE/Exception.h +++ b/cppe/include/IceE/Exception.h @@ -30,7 +30,6 @@ class ICE_API LocalException : public IceUtil::Exception public: LocalException(const char*, int); - virtual ~LocalException() throw(); virtual std::string ice_name() const = 0; virtual Exception* ice_clone() const = 0; virtual void ice_throw() const = 0; diff --git a/cppe/include/IceE/LocalException.h b/cppe/include/IceE/LocalException.h index 34cf6ea1f80..dd253034dd9 100755 --- a/cppe/include/IceE/LocalException.h +++ b/cppe/include/IceE/LocalException.h @@ -23,7 +23,6 @@ public: AlreadyRegisteredException(const char*, int); AlreadyRegisteredException(const char*, int, const ::std::string&, const ::std::string&); - virtual ~AlreadyRegisteredException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -40,7 +39,6 @@ public: NotRegisteredException(const char*, int); NotRegisteredException(const char*, int, const ::std::string&, const ::std::string&); - virtual ~NotRegisteredException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -57,7 +55,6 @@ public: TwowayOnlyException(const char*, int); TwowayOnlyException(const char*, int, const ::std::string&); - virtual ~TwowayOnlyException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -72,7 +69,6 @@ class ICE_API CloneNotImplementedException : public ::Ice::LocalException public: CloneNotImplementedException(const char*, int); - virtual ~CloneNotImplementedException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -86,7 +82,6 @@ public: UnknownException(const char*, int); UnknownException(const char*, int, const ::std::string&); - virtual ~UnknownException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -102,7 +97,6 @@ public: UnknownLocalException(const char*, int); UnknownLocalException(const char*, int, const ::std::string&); - virtual ~UnknownLocalException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -116,7 +110,6 @@ public: UnknownUserException(const char*, int); UnknownUserException(const char*, int, const ::std::string&); - virtual ~UnknownUserException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -129,7 +122,6 @@ class ICE_API VersionMismatchException : public ::Ice::LocalException public: VersionMismatchException(const char*, int); - virtual ~VersionMismatchException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -142,7 +134,6 @@ class ICE_API CommunicatorDestroyedException : public ::Ice::LocalException public: CommunicatorDestroyedException(const char*, int); - virtual ~CommunicatorDestroyedException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -158,7 +149,6 @@ public: ObjectAdapterDeactivatedException(const char*, int); ObjectAdapterDeactivatedException(const char*, int, const ::std::string&); - virtual ~ObjectAdapterDeactivatedException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -174,7 +164,6 @@ public: ObjectAdapterIdInUseException(const char*, int); ObjectAdapterIdInUseException(const char*, int, const ::std::string&); - virtual ~ObjectAdapterIdInUseException()throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -191,7 +180,6 @@ public: NoEndpointException(const char*, int); NoEndpointException(const char*, int, const ::std::string&); - virtual ~NoEndpointException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -207,7 +195,6 @@ public: EndpointParseException(const char*, int); EndpointParseException(const char*, int, const ::std::string&); - virtual ~EndpointParseException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -223,7 +210,6 @@ public: IdentityParseException(const char*, int); IdentityParseException(const char*, int, const ::std::string&); - virtual ~IdentityParseException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -239,7 +225,6 @@ public: ProxyParseException(const char*, int); ProxyParseException(const char*, int, const ::std::string&); - virtual ~ProxyParseException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -255,7 +240,6 @@ public: IllegalIdentityException(const char*, int); IllegalIdentityException(const char*, int, const ::Ice::Identity&); - virtual ~IllegalIdentityException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -271,7 +255,6 @@ public: RequestFailedException(const char*, int); RequestFailedException(const char*, int, const ::Ice::Identity&, const ::std::string&, const ::std::string&); - virtual ~RequestFailedException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -289,7 +272,6 @@ public: ObjectNotExistException(const char*, int); ObjectNotExistException(const char*, int, const ::Ice::Identity&, const ::std::string&, const ::std::string&); - virtual ~ObjectNotExistException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -303,7 +285,6 @@ public: FacetNotExistException(const char*, int); FacetNotExistException(const char*, int, const ::Ice::Identity&, const ::std::string&, const ::std::string&); - virtual ~FacetNotExistException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -317,7 +298,6 @@ public: OperationNotExistException(const char*, int); OperationNotExistException(const char*, int, const ::Ice::Identity&, const ::std::string&, const ::std::string&); - virtual ~OperationNotExistException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -331,7 +311,6 @@ public: SyscallException(const char*, int); SyscallException(const char*, int, ::Ice::Int); - virtual ~SyscallException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -347,7 +326,6 @@ public: SocketException(const char*, int); SocketException(const char*, int, ::Ice::Int); - virtual ~SocketException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -361,7 +339,6 @@ public: FileException(const char*, int); FileException(const char*, int, ::Ice::Int, const ::std::string&); - virtual ~FileException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -377,7 +354,6 @@ public: ConnectFailedException(const char*, int); ConnectFailedException(const char*, int, ::Ice::Int); - virtual ~ConnectFailedException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -391,7 +367,6 @@ public: ConnectionRefusedException(const char*, int); ConnectionRefusedException(const char*, int, ::Ice::Int); - virtual ~ConnectionRefusedException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -405,7 +380,6 @@ public: ConnectionLostException(const char*, int); ConnectionLostException(const char*, int, ::Ice::Int); - virtual ~ConnectionLostException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -419,7 +393,6 @@ public: DNSException(const char*, int); DNSException(const char*, int, ::Ice::Int, const ::std::string&); - virtual ~DNSException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -435,7 +408,6 @@ class ICE_API TimeoutException : public ::Ice::LocalException public: TimeoutException(const char*, int); - virtual ~TimeoutException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -448,7 +420,6 @@ class ICE_API ConnectTimeoutException : public ::Ice::TimeoutException public: ConnectTimeoutException(const char*, int); - virtual ~ConnectTimeoutException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -461,7 +432,6 @@ class ICE_API CloseTimeoutException : public ::Ice::TimeoutException public: CloseTimeoutException(const char*, int); - virtual ~CloseTimeoutException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -474,7 +444,6 @@ class ICE_API ProtocolException : public ::Ice::LocalException public: ProtocolException(const char*, int); - virtual ~ProtocolException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -488,7 +457,6 @@ public: BadMagicException(const char*, int); BadMagicException(const char*, int, const ::Ice::ByteSeq&); - virtual ~BadMagicException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -504,7 +472,6 @@ public: UnsupportedProtocolException(const char*, int); UnsupportedProtocolException(const char*, int, ::Ice::Int, ::Ice::Int, ::Ice::Int, ::Ice::Int); - virtual ~UnsupportedProtocolException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -523,7 +490,6 @@ public: UnsupportedEncodingException(const char*, int); UnsupportedEncodingException(const char*, int, ::Ice::Int, ::Ice::Int, ::Ice::Int, ::Ice::Int); - virtual ~UnsupportedEncodingException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -541,7 +507,6 @@ class ICE_API UnknownMessageException : public ::Ice::ProtocolException public: UnknownMessageException(const char*, int); - virtual ~UnknownMessageException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -554,7 +519,6 @@ class ICE_API ConnectionNotValidatedException : public ::Ice::ProtocolException public: ConnectionNotValidatedException(const char*, int); - virtual ~ConnectionNotValidatedException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -567,7 +531,6 @@ class ICE_API UnknownRequestIdException : public ::Ice::ProtocolException public: UnknownRequestIdException(const char*, int); - virtual ~UnknownRequestIdException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -580,7 +543,6 @@ class ICE_API UnknownReplyStatusException : public ::Ice::ProtocolException public: UnknownReplyStatusException(const char*, int); - virtual ~UnknownReplyStatusException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -593,7 +555,6 @@ class ICE_API CloseConnectionException : public ::Ice::ProtocolException public: CloseConnectionException(const char*, int); - virtual ~CloseConnectionException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -606,7 +567,6 @@ class ICE_API ForcedCloseConnectionException : public ::Ice::ProtocolException public: ForcedCloseConnectionException(const char*, int); - virtual ~ForcedCloseConnectionException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -619,7 +579,6 @@ class ICE_API IllegalMessageSizeException : public ::Ice::ProtocolException public: IllegalMessageSizeException(const char*, int); - virtual ~IllegalMessageSizeException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -632,7 +591,6 @@ class ICE_API FeatureNotSupportedException : public ::Ice::LocalException public: FeatureNotSupportedException(const char*, int); - virtual ~FeatureNotSupportedException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -648,7 +606,6 @@ public: MarshalException(const char*, int); MarshalException(const char*, int, const ::std::string&); - virtual ~MarshalException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -664,7 +621,6 @@ public: ProxyUnmarshalException(const char*, int); ProxyUnmarshalException(const char*, int, const ::std::string&); - virtual ~ProxyUnmarshalException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -678,7 +634,6 @@ public: UnmarshalOutOfBoundsException(const char*, int); UnmarshalOutOfBoundsException(const char*, int, const ::std::string&); - virtual ~UnmarshalOutOfBoundsException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -692,7 +647,6 @@ public: MemoryLimitException(const char*, int); MemoryLimitException(const char*, int, const ::std::string&); - virtual ~MemoryLimitException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -706,7 +660,6 @@ public: StringConversionException(const char*, int); StringConversionException(const char*, int, const ::std::string&); - virtual ~StringConversionException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -720,7 +673,6 @@ public: EncapsulationException(const char*, int); EncapsulationException(const char*, int, const ::std::string&); - virtual ~EncapsulationException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; @@ -734,7 +686,6 @@ public: NegativeSizeException(const char*, int); NegativeSizeException(const char*, int, const ::std::string&); - virtual ~NegativeSizeException() throw(); virtual ::std::string ice_name() const; virtual ::std::string toString() const; diff --git a/cppe/src/IceE/ExceptionBase.cpp b/cppe/src/IceE/ExceptionBase.cpp index 394f9183720..327098fb317 100755 --- a/cppe/src/IceE/ExceptionBase.cpp +++ b/cppe/src/IceE/ExceptionBase.cpp @@ -31,7 +31,7 @@ IceUtil::Exception::Exception(const char* file, int line) : { } -IceUtil::Exception::~Exception() throw() +IceUtil::Exception::~Exception() { } @@ -95,10 +95,6 @@ IceUtil::NullHandleException::NullHandleException(const char* file, int line) : } } -IceUtil::NullHandleException::~NullHandleException() throw() -{ -} - const char* IceUtil::NullHandleException::_name = "IceUtil::NullHandleException"; string @@ -130,10 +126,6 @@ IceUtil::IllegalArgumentException::IllegalArgumentException(const char* file, in { } -IceUtil::IllegalArgumentException::~IllegalArgumentException() throw() -{ -} - const char* IceUtil::IllegalArgumentException::_name = "IceUtil::IllegalArgumentException"; string diff --git a/cppe/src/IceE/LocalException.cpp b/cppe/src/IceE/LocalException.cpp index d004d537ac1..f8c208cc15a 100755 --- a/cppe/src/IceE/LocalException.cpp +++ b/cppe/src/IceE/LocalException.cpp @@ -21,10 +21,6 @@ Ice::LocalException::LocalException(const char* file, int line) : { } -Ice::LocalException::~LocalException() throw() -{ -} - Ice::AlreadyRegisteredException::AlreadyRegisteredException(const char* __file, int __line) : #if defined(_MSC_VER) && (_MSC_VER < 1300) // VC++ 6 compiler bug LocalException(__file, __line) @@ -45,10 +41,6 @@ Ice::AlreadyRegisteredException::AlreadyRegisteredException(const char* __file, { } -Ice::AlreadyRegisteredException::~AlreadyRegisteredException() throw() -{ -} - static const char* __Ice__AlreadyRegisteredException_name = "Ice::AlreadyRegisteredException"; ::std::string @@ -89,10 +81,6 @@ Ice::NotRegisteredException::NotRegisteredException(const char* __file, int __li { } -Ice::NotRegisteredException::~NotRegisteredException() throw() -{ -} - static const char* __Ice__NotRegisteredException_name = "Ice::NotRegisteredException"; ::std::string @@ -132,10 +120,6 @@ Ice::TwowayOnlyException::TwowayOnlyException(const char* __file, int __line, co { } -Ice::TwowayOnlyException::~TwowayOnlyException() throw() -{ -} - static const char* __Ice__TwowayOnlyException_name = "Ice::TwowayOnlyException"; ::std::string @@ -165,10 +149,6 @@ Ice::CloneNotImplementedException::CloneNotImplementedException(const char* __fi { } -Ice::CloneNotImplementedException::~CloneNotImplementedException() throw() -{ -} - static const char* __Ice__CloneNotImplementedException_name = "Ice::CloneNotImplementedException"; ::std::string @@ -208,10 +188,6 @@ Ice::UnknownException::UnknownException(const char* __file, int __line, const :: { } -Ice::UnknownException::~UnknownException() throw() -{ -} - static const char* __Ice__UnknownException_name = "Ice::UnknownException"; ::std::string @@ -250,10 +226,6 @@ Ice::UnknownLocalException::UnknownLocalException(const char* __file, int __line { } -Ice::UnknownLocalException::~UnknownLocalException() throw() -{ -} - static const char* __Ice__UnknownLocalException_name = "Ice::UnknownLocalException"; ::std::string @@ -292,10 +264,6 @@ Ice::UnknownUserException::UnknownUserException(const char* __file, int __line, { } -Ice::UnknownUserException::~UnknownUserException() throw() -{ -} - static const char* __Ice__UnknownUserException_name = "Ice::UnknownUserException"; ::std::string @@ -325,10 +293,6 @@ Ice::VersionMismatchException::VersionMismatchException(const char* __file, int { } -Ice::VersionMismatchException::~VersionMismatchException() throw() -{ -} - static const char* __Ice__VersionMismatchException_name = "Ice::VersionMismatchException"; ::std::string @@ -358,10 +322,6 @@ Ice::CommunicatorDestroyedException::CommunicatorDestroyedException(const char* { } -Ice::CommunicatorDestroyedException::~CommunicatorDestroyedException() throw() -{ -} - static const char* __Ice__CommunicatorDestroyedException_name = "Ice::CommunicatorDestroyedException"; ::std::string @@ -403,10 +363,6 @@ Ice::ObjectAdapterDeactivatedException::ObjectAdapterDeactivatedException(const { } -Ice::ObjectAdapterDeactivatedException::~ObjectAdapterDeactivatedException() throw() -{ -} - static const char* __Ice__ObjectAdapterDeactivatedException_name = "Ice::ObjectAdapterDeactivatedException"; ::std::string @@ -455,10 +411,6 @@ Ice::ObjectAdapterIdInUseException::ObjectAdapterIdInUseException(const char* __ { } -Ice::ObjectAdapterIdInUseException::~ObjectAdapterIdInUseException() throw() -{ -} - static const char* __Ice__ObjectAdapterIdInUseException_name = "Ice::ObjectAdapterIdInUseException"; ::std::string @@ -514,10 +466,6 @@ Ice::NoEndpointException::NoEndpointException(const char* __file, int __line, co { } -Ice::NoEndpointException::~NoEndpointException() throw() -{ -} - static const char* __Ice__NoEndpointException_name = "Ice::NoEndpointException"; ::std::string @@ -557,10 +505,6 @@ Ice::EndpointParseException::EndpointParseException(const char* __file, int __li { } -Ice::EndpointParseException::~EndpointParseException() throw() -{ -} - static const char* __Ice__EndpointParseException_name = "Ice::EndpointParseException"; ::std::string @@ -600,10 +544,6 @@ Ice::IdentityParseException::IdentityParseException(const char* __file, int __li { } -Ice::IdentityParseException::~IdentityParseException() throw() -{ -} - static const char* __Ice__IdentityParseException_name = "Ice::IdentityParseException"; ::std::string @@ -643,10 +583,6 @@ Ice::ProxyParseException::ProxyParseException(const char* __file, int __line, co { } -Ice::ProxyParseException::~ProxyParseException() throw() -{ -} - static const char* __Ice__ProxyParseException_name = "Ice::ProxyParseException"; ::std::string @@ -686,10 +622,6 @@ Ice::IllegalIdentityException::IllegalIdentityException(const char* __file, int { } -Ice::IllegalIdentityException::~IllegalIdentityException() throw() -{ -} - static const char* __Ice__IllegalIdentityException_name = "Ice::IllegalIdentityException"; ::std::string @@ -731,10 +663,6 @@ Ice::RequestFailedException::RequestFailedException(const char* __file, int __li { } -Ice::RequestFailedException::~RequestFailedException() throw() -{ -} - static const char* __Ice__RequestFailedException_name = "Ice::RequestFailedException"; ::std::string @@ -773,10 +701,6 @@ Ice::ObjectNotExistException::ObjectNotExistException(const char* __file, int __ { } -Ice::ObjectNotExistException::~ObjectNotExistException() throw() -{ -} - static const char* __Ice__ObjectNotExistException_name = "Ice::ObjectNotExistException"; ::std::string @@ -815,10 +739,6 @@ Ice::FacetNotExistException::FacetNotExistException(const char* __file, int __li { } -Ice::FacetNotExistException::~FacetNotExistException() throw() -{ -} - static const char* __Ice__FacetNotExistException_name = "Ice::FacetNotExistException"; ::std::string @@ -857,10 +777,6 @@ Ice::OperationNotExistException::OperationNotExistException(const char* __file, { } -Ice::OperationNotExistException::~OperationNotExistException() throw() -{ -} - static const char* __Ice__OperationNotExistException_name = "Ice::OperationNotExistException"; ::std::string @@ -900,10 +816,6 @@ Ice::SyscallException::SyscallException(const char* __file, int __line, ::Ice::I { } -Ice::SyscallException::~SyscallException() throw() -{ -} - static const char* __Ice__SyscallException_name = "Ice::SyscallException"; ::std::string @@ -942,10 +854,6 @@ Ice::SocketException::SocketException(const char* __file, int __line, ::Ice::Int { } -Ice::SocketException::~SocketException() throw() -{ -} - static const char* __Ice__SocketException_name = "Ice::SocketException"; ::std::string @@ -985,10 +893,6 @@ Ice::FileException::FileException(const char* __file, int __line, ::Ice::Int __e { } -Ice::FileException::~FileException() throw() -{ -} - static const char* __Ice__FileException_name = "Ice::FileException"; ::std::string @@ -1027,10 +931,6 @@ Ice::ConnectFailedException::ConnectFailedException(const char* __file, int __li { } -Ice::ConnectFailedException::~ConnectFailedException() throw() -{ -} - static const char* __Ice__ConnectFailedException_name = "Ice::ConnectFailedException"; ::std::string @@ -1069,10 +969,6 @@ Ice::ConnectionRefusedException::ConnectionRefusedException(const char* __file, { } -Ice::ConnectionRefusedException::~ConnectionRefusedException() throw() -{ -} - static const char* __Ice__ConnectionRefusedException_name = "Ice::ConnectionRefusedException"; ::std::string @@ -1111,10 +1007,6 @@ Ice::ConnectionLostException::ConnectionLostException(const char* __file, int __ { } -Ice::ConnectionLostException::~ConnectionLostException() throw() -{ -} - static const char* __Ice__ConnectionLostException_name = "Ice::ConnectionLostException"; ::std::string @@ -1155,10 +1047,6 @@ Ice::DNSException::DNSException(const char* __file, int __line, ::Ice::Int __err { } -Ice::DNSException::~DNSException() throw() -{ -} - static const char* __Ice__DNSException_name = "Ice::DNSException"; ::std::string @@ -1188,10 +1076,6 @@ Ice::TimeoutException::TimeoutException(const char* __file, int __line) : { } -Ice::TimeoutException::~TimeoutException() throw() -{ -} - static const char* __Ice__TimeoutException_name = "Ice::TimeoutException"; ::std::string @@ -1221,10 +1105,6 @@ Ice::ConnectTimeoutException::ConnectTimeoutException(const char* __file, int __ { } -Ice::ConnectTimeoutException::~ConnectTimeoutException() throw() -{ -} - static const char* __Ice__ConnectTimeoutException_name = "Ice::ConnectTimeoutException"; ::std::string @@ -1254,10 +1134,6 @@ Ice::CloseTimeoutException::CloseTimeoutException(const char* __file, int __line { } -Ice::CloseTimeoutException::~CloseTimeoutException() throw() -{ -} - static const char* __Ice__CloseTimeoutException_name = "Ice::CloseTimeoutException"; ::std::string @@ -1287,10 +1163,6 @@ Ice::ProtocolException::ProtocolException(const char* __file, int __line) : { } -Ice::ProtocolException::~ProtocolException() throw() -{ -} - static const char* __Ice__ProtocolException_name = "Ice::ProtocolException"; ::std::string @@ -1330,10 +1202,6 @@ Ice::BadMagicException::BadMagicException(const char* __file, int __line, const { } -Ice::BadMagicException::~BadMagicException() throw() -{ -} - static const char* __Ice__BadMagicException_name = "Ice::BadMagicException"; ::std::string @@ -1376,10 +1244,6 @@ Ice::UnsupportedProtocolException::UnsupportedProtocolException(const char* __fi { } -Ice::UnsupportedProtocolException::~UnsupportedProtocolException() throw() -{ -} - static const char* __Ice__UnsupportedProtocolException_name = "Ice::UnsupportedProtocolException"; ::std::string @@ -1422,10 +1286,6 @@ Ice::UnsupportedEncodingException::UnsupportedEncodingException(const char* __fi { } -Ice::UnsupportedEncodingException::~UnsupportedEncodingException() throw() -{ -} - static const char* __Ice__UnsupportedEncodingException_name = "Ice::UnsupportedEncodingException"; ::std::string @@ -1455,10 +1315,6 @@ Ice::UnknownMessageException::UnknownMessageException(const char* __file, int __ { } -Ice::UnknownMessageException::~UnknownMessageException() throw() -{ -} - static const char* __Ice__UnknownMessageException_name = "Ice::UnknownMessageException"; ::std::string @@ -1488,10 +1344,6 @@ Ice::ConnectionNotValidatedException::ConnectionNotValidatedException(const char { } -Ice::ConnectionNotValidatedException::~ConnectionNotValidatedException() throw() -{ -} - static const char* __Ice__ConnectionNotValidatedException_name = "Ice::ConnectionNotValidatedException"; ::std::string @@ -1521,10 +1373,6 @@ Ice::UnknownRequestIdException::UnknownRequestIdException(const char* __file, in { } -Ice::UnknownRequestIdException::~UnknownRequestIdException() throw() -{ -} - static const char* __Ice__UnknownRequestIdException_name = "Ice::UnknownRequestIdException"; ::std::string @@ -1554,10 +1402,6 @@ Ice::UnknownReplyStatusException::UnknownReplyStatusException(const char* __file { } -Ice::UnknownReplyStatusException::~UnknownReplyStatusException() throw() -{ -} - static const char* __Ice__UnknownReplyStatusException_name = "Ice::UnknownReplyStatusException"; ::std::string @@ -1587,10 +1431,6 @@ Ice::CloseConnectionException::CloseConnectionException(const char* __file, int { } -Ice::CloseConnectionException::~CloseConnectionException() throw() -{ -} - static const char* __Ice__CloseConnectionException_name = "Ice::CloseConnectionException"; ::std::string @@ -1620,10 +1460,6 @@ Ice::ForcedCloseConnectionException::ForcedCloseConnectionException(const char* { } -Ice::ForcedCloseConnectionException::~ForcedCloseConnectionException() throw() -{ -} - static const char* __Ice__ForcedCloseConnectionException_name = "Ice::ForcedCloseConnectionException"; ::std::string @@ -1653,10 +1489,6 @@ Ice::IllegalMessageSizeException::IllegalMessageSizeException(const char* __file { } -Ice::IllegalMessageSizeException::~IllegalMessageSizeException() throw() -{ -} - static const char* __Ice__IllegalMessageSizeException_name = "Ice::IllegalMessageSizeException"; ::std::string @@ -1686,10 +1518,6 @@ Ice::FeatureNotSupportedException::FeatureNotSupportedException(const char* __fi { } -Ice::FeatureNotSupportedException::~FeatureNotSupportedException() throw() -{ -} - static const char* __Ice__FeatureNotSupportedException_name = "Ice::FeatureNotSupportedException"; ::std::string @@ -1729,10 +1557,6 @@ Ice::MarshalException::MarshalException(const char* __file, int __line, const :: { } -Ice::MarshalException::~MarshalException() throw() -{ -} - static const char* __Ice__MarshalException_name = "Ice::MarshalException"; ::std::string @@ -1771,10 +1595,6 @@ Ice::ProxyUnmarshalException::ProxyUnmarshalException(const char* __file, int __ { } -Ice::ProxyUnmarshalException::~ProxyUnmarshalException() throw() -{ -} - static const char* __Ice__ProxyUnmarshalException_name = "Ice::ProxyUnmarshalException"; ::std::string @@ -1813,10 +1633,6 @@ Ice::UnmarshalOutOfBoundsException::UnmarshalOutOfBoundsException(const char* __ { } -Ice::UnmarshalOutOfBoundsException::~UnmarshalOutOfBoundsException() throw() -{ -} - static const char* __Ice__UnmarshalOutOfBoundsException_name = "Ice::UnmarshalOutOfBoundsException"; ::std::string @@ -1855,10 +1671,6 @@ Ice::MemoryLimitException::MemoryLimitException(const char* __file, int __line, { } -Ice::MemoryLimitException::~MemoryLimitException() throw() -{ -} - static const char* __Ice__MemoryLimitException_name = "Ice::MemoryLimitException"; ::std::string @@ -1898,10 +1710,6 @@ Ice::StringConversionException::StringConversionException(const char* __file, in { } -Ice::StringConversionException::~StringConversionException() throw() -{ -} - static const char* __Ice__StringConversionException_name = "Ice::StringConversionException"; ::std::string @@ -1940,10 +1748,6 @@ Ice::EncapsulationException::EncapsulationException(const char* __file, int __li { } -Ice::EncapsulationException::~EncapsulationException() throw() -{ -} - static const char* __Ice__EncapsulationException_name = "Ice::EncapsulationException"; ::std::string @@ -1982,10 +1786,6 @@ Ice::NegativeSizeException::NegativeSizeException(const char* __file, int __line { } -Ice::NegativeSizeException::~NegativeSizeException() throw() -{ -} - static const char* __Ice__NegativeSizeException_name = "Ice::NegativeSizeException"; ::std::string |