summaryrefslogtreecommitdiff
path: root/cppe/src
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-09-16 12:37:28 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-09-16 12:37:28 +0000
commit6be9192cb3ffbb1fcc0220ca740499034bd10461 (patch)
treeaf0efb51bfc7d97e5e7ea4165d522d7f6775008b /cppe/src
parentbug 479 - fixed reference -> fixed proxy (diff)
downloadice-6be9192cb3ffbb1fcc0220ca740499034bd10461.tar.bz2
ice-6be9192cb3ffbb1fcc0220ca740499034bd10461.tar.xz
ice-6be9192cb3ffbb1fcc0220ca740499034bd10461.zip
Bug 479 - fixed reference -> fixed proxy
Diffstat (limited to 'cppe/src')
-rw-r--r--cppe/src/IceE/Reference.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/src/IceE/Reference.cpp b/cppe/src/IceE/Reference.cpp
index c0b8283cdbd..df1cad4aa89 100644
--- a/cppe/src/IceE/Reference.cpp
+++ b/cppe/src/IceE/Reference.cpp
@@ -453,13 +453,13 @@ IceInternal::FixedReference::changeTimeout(int) const
void
IceInternal::FixedReference::streamWrite(BasicStream* s) const
{
- throw MarshalException(__FILE__, __LINE__, "Cannot marshal a fixed reference");
+ throw MarshalException(__FILE__, __LINE__, "Cannot marshal a fixed proxy");
}
string
IceInternal::FixedReference::toString() const
{
- throw MarshalException(__FILE__, __LINE__, "Cannot marshal a fixed reference");
+ throw MarshalException(__FILE__, __LINE__, "Cannot marshal a fixed proxy");
}
ConnectionPtr