more minor refactoring
This commit is contained in:
parent
b53e291c68
commit
9c70a84401
@ -108,8 +108,8 @@ class SHA1_NGCFT1 : public ToxEventI, public RegistryMessageModelEventI, public
|
||||
|
||||
void updateMessages(ObjectHandle ce);
|
||||
|
||||
bool addParticipation(Contact3 c, ObjectHandle o);
|
||||
void removeParticipation(Contact3 c, ObjectHandle o);
|
||||
static bool addParticipation(Contact3Handle c, ObjectHandle o);
|
||||
static void removeParticipation(Contact3Handle c, ObjectHandle o);
|
||||
|
||||
std::optional<std::pair<uint32_t, uint32_t>> selectPeerForRequest(ObjectHandle ce);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user