theConfig 10.0
Loading...
Searching...
No Matches
LcDefs_jv.h
Go to the documentation of this file.
1
9// BEGIN-CLASS - created by 'jv_MqS.tcl -i NHI1_HOME/theConfig/c/gen/c_lcconfig.meta' - DO NOT change
10
11defClass( LC(Class_LcConfigC) , "jvlcconfig/LcConfigC" ) ;
12defClass( LC(Class_LcSettingC) , "jvlcconfig/LcSettingC" ) ;
13
14defOMth( LC(MID_LcConfigC_INIT) , LC(Class_LcConfigC) , "<init>" , "(JZ)V" ) ;
15defOMth( LC(MID_LcConfigC_EXIT) , LC(Class_LcConfigC) , "Dispose" , "()V" ) ;
16defOMth( LC(MID_LcSettingC_INIT) , LC(Class_LcSettingC) , "<init>" , "(JZ)V" ) ;
17defOMth( LC(MID_LcSettingC_EXIT) , LC(Class_LcSettingC) , "Dispose" , "()V" ) ;
18
19// END-CLASS - created by 'jv_MqS.tcl -i NHI1_HOME/theConfig/c/gen/c_lcconfig.meta' - DO NOT change
20
21// BEGIN-ENUM - created by 'jv_MqS.tcl -i NHI1_HOME/theConfig/c/gen/c_lcconfig.meta' - DO NOT change
22
23defClass( LC(Class_LcConfigFormatE) , "jvlcconfig/LcConfigFormatE" ) ;
24defClass( LC(Class_LcConfigOptionsEF) , "jvlcconfig/LcConfigOptionsEF" ) ;
25defClass( LC(Class_LcConfigTypeE) , "jvlcconfig/LcConfigTypeE" ) ;
26defClass( LC(Class_LcErrorE) , "jvlcconfig/LcErrorE" ) ;
27defClass( LC(Class_LcErrorTypeE) , "jvlcconfig/LcErrorTypeE" ) ;
28
29// END-ENUM - created by 'jv_MqS.tcl -i NHI1_HOME/theConfig/c/gen/c_lcconfig.meta' - DO NOT change
30
31defClass(LC(Class_LcConfig), "jvlcconfig/LcConfig") ;
32
33defClass(LC(Class_LcConfigIncludeIF), "jvlcconfig/LcConfigIncludeIF") ;
34defClass(LC(Class_LcSettingDeleteIF), "jvlcconfig/LcSettingDeleteIF") ;
35
36defOMth(LC(MID_fConfigIncludeData), LC(Class_LcConfigIncludeIF), "Include",
37 "(Ljava/lang/String;Ljava/lang/String;Ljvmkkernel/MkBufferListC;)V") ;
38defOMth(LC(MID_fSettingDeleteData), LC(Class_LcSettingDeleteIF), "Delete", "(J)V") ;
#define defOMth(v, c, n, s)
#define defClass(v, n)