From 816972b803f66b0f7ab3e138c1445bc69ad6ab15 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 17 Feb 2022 17:56:15 +0100 Subject: [PATCH] Doc: Add todo --- src/Adapter.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Adapter.hh b/src/Adapter.hh index f394010..566b1bd 100644 --- a/src/Adapter.hh +++ b/src/Adapter.hh @@ -58,6 +58,10 @@ namespace pEp { // CAVEAT: there is a default constructor Sesssion(), // BUT // the session object needs to be initialized in order to be usable. + + // TODO: remove initialize() and do that in the ctor's + // remove release() and do that in the destructor + class Session { public: Session();