IBR-DTNSuite  0.10
StaticRoute.cpp
Go to the documentation of this file.
1 /*
2  * StaticRoute.cpp
3  *
4  * Created on: 28.11.2012
5  * Author: morgenro
6  */
7 
8 #include "routing/StaticRoute.h"
9 
10 namespace dtn
11 {
12  namespace routing
13  {
14  // virtual destructor
16  }
17 }