summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-07-27 20:48:26 +0000
committerBernard Normier <bernard@zeroc.com>2006-07-27 20:48:26 +0000
commit62f5c50a7fe4d7d083082b13d59d1098ce33019d (patch)
treedfa6b2270e3a6563ee32bf03d1b9c6331aaaf613 /cpp/include/Slice/Parser.h
parentenabled oldevictor test (diff)
downloadice-62f5c50a7fe4d7d083082b13d59d1098ce33019d.tar.bz2
ice-62f5c50a7fe4d7d083082b13d59d1098ce33019d.tar.xz
ice-62f5c50a7fe4d7d083082b13d59d1098ce33019d.zip
Deprecated nonmutating in Parser; replaced throughout with idempotent +
metadata
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r--cpp/include/Slice/Parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h
index 2d23e600c06..53c8cb22042 100644
--- a/cpp/include/Slice/Parser.h
+++ b/cpp/include/Slice/Parser.h
@@ -569,7 +569,6 @@ protected:
TypePtr _returnType;
ExceptionList _throws;
Mode _mode;
- Mode _sendMode;
};
// ----------------------------------------------------------------------