IBR-DTNSuite  0.12
DatagramService.cpp
Go to the documentation of this file.
1 /*
2  * DatagramService.cpp
3  *
4  * Created on: 09.11.2012
5  * Author: morgenro
6  */
7 
8 #include "net/DatagramService.h"
9 #include "net/DiscoveryService.h"
10 
11 namespace dtn
12 {
13  namespace net
14  {
16  {
17  }
18 
19  const std::string DatagramService::getServiceTag() const
20  {
22  }
23  }
24 }