IBR-DTNSuite  0.8
daemon/src/net/Neighbor.cpp
Go to the documentation of this file.
00001 /*
00002  * Neighbor.cpp
00003  *
00004  *  Created on: 14.09.2009
00005  *      Author: morgenro
00006  */
00007 
00008 #include "net/Neighbor.h"
00009 
00010 
00011 namespace dtn
00012 {
00013         namespace net
00014         {
00015                 Neighbor::Neighbor()
00016                 {
00017                 }
00018 
00019                 Neighbor::~Neighbor()
00020                 {
00021                 }
00022         }
00023 }