IBR-DTNSuite  0.10
BundleResult.cpp
Go to the documentation of this file.
1 /*
2  * BundleResult.cpp
3  *
4  * Created on: 07.12.2012
5  * Author: morgenro
6  */
7 
8 #include "storage/BundleResult.h"
9 
10 namespace dtn
11 {
12  namespace storage
13  {
15  }
16 
18  }
19 
21  }
22 
24  }
25 
26  void BundleResultList::put(const dtn::data::MetaBundle &bundle) throw () {
27  this->push_back(bundle);
28  }
29 
31  }
32 
34  }
35 
36  void BundleResultQueue::put(const dtn::data::MetaBundle &bundle) throw () {
37  this->push(bundle);
38  }
39  } /* namespace storage */
40 } /* namespace dtn */