From 96f03676876c78b4bfe1132919fb8dbedbf7efe8 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Thu, 8 Sep 2005 05:01:02 +0000 Subject: http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=353 --- cpp/src/slice2cppe/Gen.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/slice2cppe/Gen.cpp') diff --git a/cpp/src/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp index 0e160b0c096..24786a87c2c 100644 --- a/cpp/src/slice2cppe/Gen.cpp +++ b/cpp/src/slice2cppe/Gen.cpp @@ -2274,6 +2274,8 @@ Slice::Gen::ObjectVisitor::visitOperation(const OperationPtr& p) throws.sort(Slice::DerivedToBaseCompare()); #endif + C << nl << "__checkMode(" << operationModeToString(p->mode()) << ", __current.mode);"; + if(!inParams.empty()) { C << nl << "::IceInternal::BasicStream* __is = __in.is();"; -- cgit v1.2.3