IBR-DTNSuite  0.8
daemon/src/net/Neighbor.h
Go to the documentation of this file.
00001 /*
00002  * Neighbor.h
00003  *
00004  *  Created on: 09.09.2009
00005  *      Author: morgenro
00006  */
00007 
00008 #ifndef NEIGHBOR_H_
00009 #define NEIGHBOR_H_
00010 
00011 namespace dtn
00012 {
00013         namespace net
00014         {
00015                 class Neighbor
00016                 {
00017                 public:
00018                         Neighbor();
00019                         virtual ~Neighbor();
00020                 };
00021         }
00022 }
00023 
00024 #endif /* NEIGHBOR_H_ */