IBR-DTNSuite 0.6

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 }