mirror of https://github.com/apache/activemq.git
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$
|
||||
*/
|
||||
class GenerateCSharpMarshalling extends OpenWireCppMarshallingClassesScript {
|
||||
class GenerateCppMarshallingClasses extends OpenWireCppMarshallingClassesScript {
|
||||
|
||||
void generateFile(PrintWriter out) {
|
||||
out << """/*
|
||||
|
@ -95,7 +95,7 @@ if( marshallerAware ) out << """
|
|||
|
||||
"""
|
||||
|
||||
generateUnmarshalBody(out)
|
||||
generateTightUnmarshalBody(out)
|
||||
|
||||
if( marshallerAware ) out << """
|
||||
info.afterUnmarshall(wireFormat);
|
||||
|
|
Loading…
Reference in New Issue