diff options
author | Bernard Normier <bernard@zeroc.com> | 2018-11-09 11:50:02 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2018-11-09 11:50:02 -0500 |
commit | 6bf3370eeb8cb8bbe0de3b10cd15345816e0a421 (patch) | |
tree | 5ab6a4787858d61c9f557d0244f6c89cf0e115fa /cpp/src/Ice/OutgoingAsync.cpp | |
parent | Upgrade gradle version checks for Java 11 (diff) | |
download | ice-6bf3370eeb8cb8bbe0de3b10cd15345816e0a421.tar.bz2 ice-6bf3370eeb8cb8bbe0de3b10cd15345816e0a421.tar.xz ice-6bf3370eeb8cb8bbe0de3b10cd15345816e0a421.zip |
Replaced VC1xx by v1xx for consistency
Diffstat (limited to 'cpp/src/Ice/OutgoingAsync.cpp')
-rw-r--r-- | cpp/src/Ice/OutgoingAsync.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/OutgoingAsync.cpp b/cpp/src/Ice/OutgoingAsync.cpp index f3e35523fdf..50fa5868e5d 100644 --- a/cpp/src/Ice/OutgoingAsync.cpp +++ b/cpp/src/Ice/OutgoingAsync.cpp @@ -907,7 +907,7 @@ OutgoingAsync::prepare(const string& operation, OperationMode mode, const Contex #if defined(_MSC_VER) && (_MSC_VER <= 1600) // - // COMPILERFIX VC90 and VC100 get confused with namespaces and we need to + // COMPILERFIX v90 and v100 get confused with namespaces and we need to // defined both Ice::noExplicitContext and IceProxy::Ice::noExplicitContext // see comments in Ice/Proxy.h. // |