From 16147878fabbf704b873a21faf58027cdeebf2fb Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Fri, 13 May 2005 07:37:50 +0000 Subject: __in -> __inS, __out -> __outS See http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=322 --- cpp/src/Slice/JavaUtil.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/Slice/JavaUtil.cpp') diff --git a/cpp/src/Slice/JavaUtil.cpp b/cpp/src/Slice/JavaUtil.cpp index 049b62da2f4..6c55124ec3b 100644 --- a/cpp/src/Slice/JavaUtil.cpp +++ b/cpp/src/Slice/JavaUtil.cpp @@ -1450,7 +1450,7 @@ Slice::JavaGenerator::writeStreamMarshalUnmarshalCode(Output& out, const StringList& metaData, const string& patchParams) { - string stream = marshal ? "__out" : "__in"; + string stream = marshal ? "__outS" : "__inS"; string v; if(holder) { @@ -1720,7 +1720,7 @@ Slice::JavaGenerator::writeStreamSequenceMarshalUnmarshalCode(Output& out, bool useHelper, const StringList& metaData) { - string stream = marshal ? "__out" : "__in"; + string stream = marshal ? "__outS" : "__inS"; string v = param; // -- cgit v1.2.3