#include <epidemic/EpidemicCustody.h>


Public Member Functions | |
| EpidemicCustody (DTN::Node *owner) | |
| Constructor. | |
| virtual | ~EpidemicCustody () |
| Virtual destructor. | |
| virtual bool | policyRemove (const DTN::Bundle &b) |
| Never approve bundle removals. | |
The only difference between this and its parent is that we never approve removing DTN:Bundles from the persistent store.
Definition at line 48 of file EpidemicCustody.h.
| virtual bool Epidemic::EpidemicCustody::policyRemove | ( | const DTN::Bundle & | b | ) | [inline, virtual] |
Never approve bundle removals.
| b | A bundle to potentially remove; ignored |
Reimplemented from DTN::CustodyPolicy.
Definition at line 59 of file EpidemicCustody.h.
1.5.4