IBR-DTNSuite
0.12
Main Page
Namespaces
Classes
Files
File List
File Members
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
{
14
BundleResult::BundleResult
() {
15
}
16
17
BundleResult::~BundleResult
() {
18
}
19
20
BundleResultList::BundleResultList
() {
21
}
22
23
BundleResultList::~BundleResultList
() {
24
}
25
26
void
BundleResultList::put
(
const
dtn::data::MetaBundle
&bundle)
throw
() {
27
this->push_back(bundle);
28
}
29
30
BundleResultQueue::BundleResultQueue
() {
31
}
32
33
BundleResultQueue::~BundleResultQueue
() {
34
}
35
36
void
BundleResultQueue::put
(
const
dtn::data::MetaBundle
&bundle)
throw
() {
37
this->push(bundle);
38
}
39
}
/* namespace storage */
40
}
/* namespace dtn */
daemon
src
storage
BundleResult.cpp
Generated on Thu Mar 27 2014 09:26:20 for IBR-DTNSuite by
1.8.4