Browse Source

Merge in default

sync
Damiano Boppart 7 years ago
parent
commit
83154e7102
  1. 3
      Adapter.hh

3
Adapter.hh

@ -22,7 +22,8 @@ namespace pEp {
}; };
namespace Adapter { namespace Adapter {
template<class T> void startup( template<class T = void>
void startup(
messageToSend_t messageToSend, messageToSend_t messageToSend,
notifyHandshake_t notifyHandshake, notifyHandshake_t notifyHandshake,
T *obj = nullptr, T *obj = nullptr,

Loading…
Cancel
Save