mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
BOB 'list' command
This commit is contained in:
parent
8788e1b2fd
commit
9164ac8a3e
3 changed files with 63 additions and 19 deletions
|
@ -62,9 +62,6 @@ namespace client
|
|||
m_Service (service), m_LocalDestination (localDestination) {};
|
||||
virtual ~I2PTunnel () { ClearConnections (); };
|
||||
|
||||
virtual void Start () {};
|
||||
virtual void Stop () {};
|
||||
|
||||
void AddConnection (std::shared_ptr<I2PTunnelConnection> conn);
|
||||
void RemoveConnection (std::shared_ptr<I2PTunnelConnection> conn);
|
||||
void ClearConnections ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue