Screw the damned "generated on" stamps since they end up generating

different files when the source interface hasn't changed and CVS sticks a
nice little "last checked in" timestamp in there anyway.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2311 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-03-19 02:03:09 +00:00
parent 6eb6289a48
commit 2662abde69
4 changed files with 0 additions and 6 deletions
-2
View File
@@ -52,6 +52,4 @@ public class [% name %]Decoder extends InvocationDecoder
super.dispatchNotification(methodId, args);
}
}
// Generated on [% genstamp %].
}
-2
View File
@@ -46,6 +46,4 @@ public class [% name %]Dispatcher extends InvocationDispatcher
super.dispatchRequest(source, methodId, args);
}
}
// Generated on [% genstamp %].
}
-1
View File
@@ -71,5 +71,4 @@ public class [% name %]Marshaller extends InvocationMarshaller
}
[% END -%]
// Generated on [% genstamp %].
}
-1
View File
@@ -27,5 +27,4 @@ public class [% name %]Sender extends InvocationSender
}
[% END -%]
// Generated on [% genstamp %].
}