diff options
Diffstat (limited to 'cppe/src')
-rw-r--r-- | cppe/src/IceE/Proxy.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cppe/src/IceE/Proxy.cpp b/cppe/src/IceE/Proxy.cpp index 34b5ea238af..841b88a8c6c 100644 --- a/cppe/src/IceE/Proxy.cpp +++ b/cppe/src/IceE/Proxy.cpp @@ -201,7 +201,7 @@ IceProxy::Ice::Object::ice_isA(const string& __id, const Context& __context) { throw ::IceInternal::NonRepeatable(__ex); } -#if defined(_MSC_VER) && (_MSC_VER == 1201) && defined(_M_ARM) // EVC4 SP4 bug. +#if defined(_MSC_VER) && defined(_M_ARM) // ARM bug. catch(...) { throw; @@ -217,7 +217,7 @@ IceProxy::Ice::Object::ice_isA(const string& __id, const Context& __context) { __handleException(__ex, __cnt); } -#if defined(_MSC_VER) && (_MSC_VER == 1201) && defined(_M_ARM) // EVC4 SP4 bug. +#if defined(_MSC_VER) && defined(_M_ARM) // ARM bug. catch(...) { throw; @@ -260,7 +260,7 @@ IceProxy::Ice::Object::ice_ping(const Context& __context) { throw ::IceInternal::NonRepeatable(__ex); } -#if defined(_MSC_VER) && (_MSC_VER == 1201) && defined(_M_ARM) // EVC4 SP4 bug. +#if defined(_MSC_VER) && defined(_M_ARM) // ARM bug. catch(...) { throw; @@ -276,7 +276,7 @@ IceProxy::Ice::Object::ice_ping(const Context& __context) { __handleException(__ex, __cnt); } -#if defined(_MSC_VER) && (_MSC_VER == 1201) && defined(_M_ARM) // EVC4 SP4 bug. +#if defined(_MSC_VER) && defined(_M_ARM) // ARM bug. catch(...) { throw; @@ -322,7 +322,7 @@ IceProxy::Ice::Object::ice_ids(const Context& __context) { throw ::IceInternal::NonRepeatable(__ex); } -#if defined(_MSC_VER) && (_MSC_VER == 1201) && defined(_M_ARM) // EVC4 SP4 bug. +#if defined(_MSC_VER) && defined(_M_ARM) // ARM bug. catch(...) { throw; @@ -338,7 +338,7 @@ IceProxy::Ice::Object::ice_ids(const Context& __context) { __handleException(__ex, __cnt); } -#if defined(_MSC_VER) && (_MSC_VER == 1201) && defined(_M_ARM) // EVC4 SP4 bug. +#if defined(_MSC_VER) && defined(_M_ARM) // ARM bug. catch(...) { throw; @@ -384,7 +384,7 @@ IceProxy::Ice::Object::ice_id(const Context& __context) { throw ::IceInternal::NonRepeatable(__ex); } -#if defined(_MSC_VER) && (_MSC_VER == 1201) && defined(_M_ARM) // EVC4 SP4 bug. +#if defined(_MSC_VER) && defined(_M_ARM) // ARM bug. catch(...) { throw; @@ -400,7 +400,7 @@ IceProxy::Ice::Object::ice_id(const Context& __context) { __handleException(__ex, __cnt); } -#if defined(_MSC_VER) && (_MSC_VER == 1201) && defined(_M_ARM) // EVC4 SP4 bug. +#if defined(_MSC_VER) && defined(_M_ARM) // ARM bug. catch(...) { throw; |