summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-03-02 03:06:32 +0000
committerMarc Laukien <marc@zeroc.com>2005-03-02 03:06:32 +0000
commit76fa1fcb020d162397f5757dd779000a1fa86d6d (patch)
tree5e10d2218300eac1a5637d8a4e46cc58957e2ac5 /cpp/src
parentFixed bug in IcePatch2: / couldn't be used as the data dir. (diff)
downloadice-76fa1fcb020d162397f5757dd779000a1fa86d6d.tar.bz2
ice-76fa1fcb020d162397f5757dd779000a1fa86d6d.tar.xz
ice-76fa1fcb020d162397f5757dd779000a1fa86d6d.zip
comment
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Proxy.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp
index 3e1fbc2a912..761841d3c5f 100644
--- a/cpp/src/Ice/Proxy.cpp
+++ b/cpp/src/Ice/Proxy.cpp
@@ -45,8 +45,8 @@ void IceInternal::decRef(::IceDelegateD::Ice::Object* p) { p->__decRef(); }
IceInternal::checkedCastImpl(const ObjectPrx& b, const string& f, const string& typeId)
{
//
-// Without this work-around, release VC7.0 and VC7.1 build crash when FacetNotExistException
-// is raised
+// COMPILERBUG: Without this work-around, release VC7.0 and VC7.1
+// build crash when FacetNotExistException is raised
//
#if defined(_MSC_VER) && (_MSC_VER >= 1300) && (_MSC_VER <= 1310)
ObjectPrx fooBar;
@@ -79,8 +79,8 @@ IceInternal::checkedCastImpl(const ObjectPrx& b, const string& f, const string&
IceInternal::checkedCastImpl(const ObjectPrx& b, const string& f, const string& typeId, const Context& ctx)
{
//
-// Without this work-around, release VC7.0 build crash when FacetNotExistException
-// is raised
+// COMPILERBUG: Without this work-around, release VC7.0 build crash
+// when FacetNotExistException is raised
//
#if defined(_MSC_VER) && (_MSC_VER == 1300)
ObjectPrx fooBar;