summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-05-13 23:46:29 +0000
committerMichi Henning <michi@zeroc.com>2004-05-13 23:46:29 +0000
commit9a893aa83cdaa3dcb31d5fe9a1f61301e65cc919 (patch)
tree4cc0398c897d3e8cd725967a2a5d21d38b8af60d /cpp/src/Ice/Proxy.cpp
parentFreeze fixes (diff)
downloadice-9a893aa83cdaa3dcb31d5fe9a1f61301e65cc919.tar.bz2
ice-9a893aa83cdaa3dcb31d5fe9a1f61301e65cc919.tar.xz
ice-9a893aa83cdaa3dcb31d5fe9a1f61301e65cc919.zip
Changed return value of ice_getFacet() to const string&.
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r--cpp/src/Ice/Proxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp
index 24c515308ef..c147ec9e250 100644
--- a/cpp/src/Ice/Proxy.cpp
+++ b/cpp/src/Ice/Proxy.cpp
@@ -316,7 +316,7 @@ IceProxy::Ice::Object::ice_newIdentity(const Identity& newIdentity) const
}
}
-string
+const string&
IceProxy::Ice::Object::ice_getFacet() const
{
return _reference->facet;