Browse Source

Engine's methods creating identities now use from_identity

JNI-44
Edouard Tisserant 9 years ago
parent
commit
27624dddbd
  1. 8
      src/gen_cpp_Engine.ysl2

8
src/gen_cpp_Engine.ysl2

@ -152,6 +152,14 @@ tstylesheet {
||
when "$type = 'identity'"
||
jobject «$name»_ = NULL;
if (_«$retname»)
«$name»_ = from_identity(env, _«$retname»);
||
when "ancestor::namespace/child::enum[@name=$jtype]" {
const "ljtype" call "lcase" with "text","$jtype";
||

Loading…
Cancel
Save