diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-09-16 12:37:28 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-09-16 12:37:28 +0000 |
commit | 6be9192cb3ffbb1fcc0220ca740499034bd10461 (patch) | |
tree | af0efb51bfc7d97e5e7ea4165d522d7f6775008b /cppe/src/IceE/Reference.cpp | |
parent | bug 479 - fixed reference -> fixed proxy (diff) | |
download | ice-6be9192cb3ffbb1fcc0220ca740499034bd10461.tar.bz2 ice-6be9192cb3ffbb1fcc0220ca740499034bd10461.tar.xz ice-6be9192cb3ffbb1fcc0220ca740499034bd10461.zip |
Bug 479 - fixed reference -> fixed proxy
Diffstat (limited to 'cppe/src/IceE/Reference.cpp')
-rw-r--r-- | cppe/src/IceE/Reference.cpp | 4 |
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 |