diff options
Diffstat (limited to 'cpp/src/Ice/Reference.h')
-rw-r--r-- | cpp/src/Ice/Reference.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/Reference.h b/cpp/src/Ice/Reference.h index 4327c528e08..f6f1cc1a3e0 100644 --- a/cpp/src/Ice/Reference.h +++ b/cpp/src/Ice/Reference.h @@ -31,7 +31,8 @@ public: ModeOneway, ModeBatchOneway, ModeDatagram, - ModeBatchDatagram + ModeBatchDatagram, + ModeBatchLast = ModeBatchDatagram }; Reference(const InstancePtr&, const std::string&, const std::string&, Mode, bool, |