#include <TempBundle.h>
one that exists only in memory and never goes to the persistent store.
This is intended to be used for AnnounceBundles and other cases in which the bundle is only needed to be sent over the wire and is then immediately destroyed.
Definition at line 32 of file TempBundle.h.
Public Member Functions | |
TempBundle () | |
Constructor which forces the payload location to memory. |
dtn::TempBundle::TempBundle | ( | ) | [inline] |
Constructor which forces the payload location to memory.
Definition at line 37 of file TempBundle.h.