File tree Expand file tree Collapse file tree 4 files changed +3
-9
lines changed 
main/java/uk/co/real_logic/sbe/generation Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 2222 */ 
2323public  interface  CodeGenerator 
2424{
25+  /** Class name to be used for visitor pattern that accesses the message headerStructure. */ 
26+  String  MESSAGE_HEADER_TYPE  = "MessageHeader" ;
27+ 
2528 /** 
2629 * Generate the complete set of types and messages for a schema. 
2730 * 
Original file line number Diff line number Diff line change 3434
3535public  class  Cpp98Generator  implements  CodeGenerator 
3636{
37-  /** Class name to be used for visitor pattern that accesses the message headerStructure. */ 
38-  public  static  final  String  MESSAGE_HEADER_TYPE  = "MessageHeader" ;
39- 
4037 private  static  final  String  BASE_INDENT  = "" ;
4138 private  static  final  String  INDENT  = " " ;
4239
Original file line number Diff line number Diff line change 3535
3636public  class  CSharpGenerator  implements  CodeGenerator 
3737{
38-  /** Class name to be used for visitor pattern that accesses the message headerStructure. */ 
39-  public  static  final  String  MESSAGE_HEADER_TYPE  = "MessageHeader" ;
40- 
4138 private  static  final  String  META_ATTRIBUTE_ENUM  = "MetaAttribute" ;
4239
4340 private  static  final  String  BASE_INDENT  = "" ;
Original file line number Diff line number Diff line change 3131
3232public  class  JavaGenerator  implements  CodeGenerator 
3333{
34-  /** Class name to be used for visitor pattern that accesses the message headerStructure. */ 
35-  public  static  final  String  MESSAGE_HEADER_TYPE  = "MessageHeader" ;
36- 
3734 private  static  final  String  META_ATTRIBUTE_ENUM  = "MetaAttribute" ;
3835 private  static  final  String  BASE_INDENT  = "" ;
3936 private  static  final  String  INDENT  = " " ;
                         You can’t perform that action at this time. 
           
                  
0 commit comments