Index: CsUtil.cpp =================================================================== RCS file: /home/cvsroot/ice/src/Slice/CsUtil.cpp,v retrieving revision 1.42 diff -c -b -r1.42 CsUtil.cpp *** CsUtil.cpp 14 Nov 2005 23:10:48 -0000 1.42 --- CsUtil.cpp 18 Nov 2005 18:43:04 -0000 *************** *** 717,726 **** out << fixId(seq->scoped()) << "(szx__)"; } out << ';'; ! out << nl << "for(int i__ = 0; i__ < szx__; ++i__)"; out << sb; out << nl << "IceInternal.SequencePatcher spx = new IceInternal.SequencePatcher(" ! << param << ", " << "typeof(" << typeS << "), i__);"; out << nl << stream << ".readObject("; if(streamingAPI) { --- 717,726 ---- out << fixId(seq->scoped()) << "(szx__)"; } out << ';'; ! out << nl << "for(int ix__ = 0; ix__ < szx__; ++ix__)"; out << sb; out << nl << "IceInternal.SequencePatcher spx = new IceInternal.SequencePatcher(" ! << param << ", " << "typeof(" << typeS << "), ix__);"; out << nl << stream << ".readObject("; if(streamingAPI) {