Browse Source

adding this for auto release

LPA-1
Volker Birk 7 years ago
parent
commit
9e53a32de2
  1. 4
      Adapter.hh

4
Adapter.hh

@ -25,6 +25,10 @@ namespace pEp {
release
};
static PEP_SESSION session(session_action action = init);
static void release_session()
{
session(release);
}
void shutdown();

Loading…
Cancel
Save