mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
BOB added
This commit is contained in:
parent
cfcec8229c
commit
e7f05cc462
8 changed files with 52 additions and 8 deletions
|
@ -7,6 +7,7 @@
|
|||
#include "SOCKS.h"
|
||||
#include "I2PTunnel.h"
|
||||
#include "SAM.h"
|
||||
#include "BOB.h"
|
||||
#include "AddressBook.h"
|
||||
|
||||
namespace i2p
|
||||
|
@ -47,6 +48,7 @@ namespace client
|
|||
I2PClientTunnel * m_IrcTunnel;
|
||||
I2PServerTunnel * m_ServerTunnel;
|
||||
SAMBridge * m_SamBridge;
|
||||
BOBCommandChannel * m_BOBCommandChannel;
|
||||
|
||||
public:
|
||||
// for HTTP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue