diff options
author | Michi Henning <michi@zeroc.com> | 2004-07-28 02:01:38 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-07-28 02:01:38 +0000 |
commit | 2ba59b007740aa3edafc867b6457b8b02b156864 (patch) | |
tree | 5f257e812e8b78dd1ed14d6e8c53e3ab0866cc5a /cpp/src/slice2cs/Gen.cpp | |
parent | Fixed bug in slice2cs (multiple sequence members in classes generated (diff) | |
download | ice-2ba59b007740aa3edafc867b6457b8b02b156864.tar.bz2 ice-2ba59b007740aa3edafc867b6457b8b02b156864.tar.xz ice-2ba59b007740aa3edafc867b6457b8b02b156864.zip |
Oops, got a bit carried away with previous fix. This one should do the
trick.
Diffstat (limited to 'cpp/src/slice2cs/Gen.cpp')
-rwxr-xr-x | cpp/src/slice2cs/Gen.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/slice2cs/Gen.cpp b/cpp/src/slice2cs/Gen.cpp index 4640b491018..abfe1de6d59 100755 --- a/cpp/src/slice2cs/Gen.cpp +++ b/cpp/src/slice2cs/Gen.cpp @@ -1211,9 +1211,7 @@ Slice::Gen::TypesVisitor::visitClassDefEnd(const ClassDefPtr& p) patchParams << ", " << classMemberCount++; } } - _out << sb; writeMarshalUnmarshalCode(_out, (*d)->type(), fixId((*d)->name()), false, false, patchParams.str()); - _out << eb; } _out << nl << "__is.endReadSlice();"; _out << nl << "base.__read(__is, true);"; |