summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/CommunicatorAsync.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/CommunicatorAsync.h')
-rw-r--r--cpp/include/Ice/CommunicatorAsync.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/include/Ice/CommunicatorAsync.h b/cpp/include/Ice/CommunicatorAsync.h
index e1cd14ac7df..26915051f8d 100644
--- a/cpp/include/Ice/CommunicatorAsync.h
+++ b/cpp/include/Ice/CommunicatorAsync.h
@@ -41,11 +41,7 @@ public:
}
catch(::Ice::Exception& ex)
{
-#if defined(_MSC_VER) && (_MSC_VER < 1300) // VC++ 6 compiler bug
- __exception(__result, ex);
-#else
::IceInternal::CallbackNC<T>::__exception(__result, ex);
-#endif
return;
}
}
@@ -93,11 +89,7 @@ public:
}
catch(::Ice::Exception& ex)
{
-#if defined(_MSC_VER) && (_MSC_VER < 1300) // VC++ 6 compiler bug
- __exception(__result, ex);
-#else
::IceInternal::Callback<T, CT>::__exception(__result, ex);
-#endif
return;
}
}