Datagram added

This commit is contained in:
orignal 2014-10-22 15:30:25 -04:00
parent 3da35c592f
commit 78d8d34e3b
8 changed files with 89 additions and 8 deletions

View file

@ -9,6 +9,7 @@
#include "LeaseSet.h"
#include "Garlic.h"
#include "Streaming.h"
#include "Datagram.h"
namespace i2p
{
@ -84,6 +85,7 @@ namespace client
bool m_IsPublic;
i2p::stream::StreamingDestination * m_StreamingDestination;
i2p::datagram::DatagramDestination * m_DatagramDestination;
public: