mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 19:45:55 +00:00
fixed broken script after hiram's method rename
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@381943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d7e80d5306
commit
c794f240b5
@ -21,7 +21,7 @@ import org.apache.activemq.openwire.tool.OpenWireCppMarshallingClassesScript
|
|||||||
*
|
*
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
class GenerateCSharpMarshalling extends OpenWireCppMarshallingClassesScript {
|
class GenerateCppMarshallingClasses extends OpenWireCppMarshallingClassesScript {
|
||||||
|
|
||||||
void generateFile(PrintWriter out) {
|
void generateFile(PrintWriter out) {
|
||||||
out << """/*
|
out << """/*
|
||||||
@ -95,7 +95,7 @@ if( marshallerAware ) out << """
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
generateUnmarshalBody(out)
|
generateTightUnmarshalBody(out)
|
||||||
|
|
||||||
if( marshallerAware ) out << """
|
if( marshallerAware ) out << """
|
||||||
info.afterUnmarshall(wireFormat);
|
info.afterUnmarshall(wireFormat);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user