summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-03-20 17:26:32 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-03-20 17:26:32 +0000
commitece547d12646753b06599064b3afd673bb46e1a7 (patch)
tree04baf10ddc3f715c979c7ec5ec76b8aa878f6be7 /cpp/src/Ice/Proxy.cpp
parentFixed bug 908 (diff)
downloadice-ece547d12646753b06599064b3afd673bb46e1a7.tar.bz2
ice-ece547d12646753b06599064b3afd673bb46e1a7.tar.xz
ice-ece547d12646753b06599064b3afd673bb46e1a7.zip
Added requestId to Current.
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r--cpp/src/Ice/Proxy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp
index 571058bc2dc..441e69ef7bb 100644
--- a/cpp/src/Ice/Proxy.cpp
+++ b/cpp/src/Ice/Proxy.cpp
@@ -1336,6 +1336,7 @@ IceDelegateD::Ice::Object::__initCurrent(Current& current, const string& op, Ope
current.operation = op;
current.mode = mode;
current.ctx = context;
+ current.requestId = -1;
}
void