summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/OutgoingAsync.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2018-11-09 11:50:02 -0500
committerBernard Normier <bernard@zeroc.com>2018-11-09 11:50:02 -0500
commit6bf3370eeb8cb8bbe0de3b10cd15345816e0a421 (patch)
tree5ab6a4787858d61c9f557d0244f6c89cf0e115fa /cpp/src/Ice/OutgoingAsync.cpp
parentUpgrade gradle version checks for Java 11 (diff)
downloadice-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.cpp2
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.
//