• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

daemon/src/net/ConvergenceLayer.cpp

Go to the documentation of this file.
00001 #include "net/ConvergenceLayer.h"
00002 #include "net/BundleReceiver.h"
00003 
00004 namespace dtn
00005 {
00006         namespace net
00007         {
00008                 ConvergenceLayer::Job::Job(const dtn::data::EID &eid, const dtn::data::BundleID &b)
00009                  : _bundle(b), _destination(eid)
00010                 {
00011                 }
00012 
00013                 ConvergenceLayer::Job::~Job()
00014                 {
00015                 }
00016         }
00017 }

Generated on Wed Mar 30 2011 11:11:49 for IBR-DTNSuite by  doxygen 1.7.1