i2pd/BOB.cpp
2014-12-02 10:34:02 -05:00

16 lines
162 B
C++

#include "BOB.h"
namespace i2p
{
namespace client
{
BOBCommandChannel::BOBCommandChannel (int port)
{
}
BOBCommandChannel::~BOBCommandChannel ()
{
}
}
}