diff options
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 |