Browse Source

Add enter_device_group()

JNI-119
heck 5 years ago
parent
commit
5070920c81
  1. 3
      src/codegen/pEp.yml2

3
src/codegen/pEp.yml2

@ -246,6 +246,9 @@ namespace pEp {
in CipherSuite suite
);
method enter_device_group(
in identitylist identities const
);
// "basic" methods are generated on the java side, but
// on the C++ side, manually implemented in basic_api.cc

Loading…
Cancel
Save