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:
James Strachan 2006-03-01 08:29:24 +00:00
parent d7e80d5306
commit c794f240b5
1 changed files with 2 additions and 2 deletions

View File

@ -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);