Volker Birk 10 years ago
parent
commit
6fe854f5fe
  1. 12
      src/gen_cpp_Message.ysl2

12
src/gen_cpp_Message.ysl2

@ -11,6 +11,8 @@ tstylesheet {
||
#include "org_pEp_jniadapter_«$jname».h"
`` apply "*[name(.)!='enum']", mode=entry with "class" call "CamelCase" with "text", "@name";
}
||
}
@ -22,5 +24,15 @@ tstylesheet {
||
}
template "*", mode=entry {
param "class";
const "ctype" call "toC" with "type", "name(.)";
||
JNIEXPORT jobject JNICALL Java_org_pEp_jniadapter_«$class»_getDir(JNIEnv *env, jobject obj) {
}
||
}
}

Loading…
Cancel
Save