summaryrefslogtreecommitdiff
path: root/cpp/src/Glacier2/Blobject.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-03-28 14:03:50 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-03-28 14:03:50 +0000
commit3edb9d1e2ca92fff1bea08d23338cabee47dd2e7 (patch)
treeb62a1dc465ac160616672c6a64f630396e4fae05 /cpp/src/Glacier2/Blobject.cpp
parentSynced with Ice for C++ changes. (diff)
downloadice-3edb9d1e2ca92fff1bea08d23338cabee47dd2e7.tar.bz2
ice-3edb9d1e2ca92fff1bea08d23338cabee47dd2e7.tar.xz
ice-3edb9d1e2ca92fff1bea08d23338cabee47dd2e7.zip
Fixed half of bug 847: ice_newIdentiy -> ice_identity, ice_newFacet ->
ice_facet, etc
Diffstat (limited to 'cpp/src/Glacier2/Blobject.cpp')
-rw-r--r--cpp/src/Glacier2/Blobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Glacier2/Blobject.cpp b/cpp/src/Glacier2/Blobject.cpp
index 3e7fa8ba5f1..9c69caca6b2 100644
--- a/cpp/src/Glacier2/Blobject.cpp
+++ b/cpp/src/Glacier2/Blobject.cpp
@@ -109,7 +109,7 @@ Glacier2::Blobject::invoke(ObjectPrx& proxy, const AMD_Array_Object_ice_invokePt
//
if(!current.facet.empty())
{
- proxy = proxy->ice_newFacet(current.facet);
+ proxy = proxy->ice_facet(current.facet);
}
//