mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
some cleanup
This commit is contained in:
parent
17acdcc4d5
commit
0c8fb376db
5 changed files with 1 additions and 33 deletions
|
@ -61,12 +61,10 @@ namespace transport
|
|||
|
||||
void ClientLogin ();
|
||||
void ServerLogin ();
|
||||
void SendI2NPMessage (std::shared_ptr<I2NPMessage> msg);
|
||||
void SendI2NPMessages (const std::vector<std::shared_ptr<I2NPMessage> >& msgs);
|
||||
|
||||
private:
|
||||
|
||||
void PostI2NPMessage (std::shared_ptr<I2NPMessage> msg);
|
||||
void PostI2NPMessages (std::vector<std::shared_ptr<I2NPMessage> > msgs);
|
||||
void Connected ();
|
||||
void SendTimeSyncMessage ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue