#include <dtn/DropCause.h>


Public Member Functions | |
| virtual | ~CustodyPolicyDrop () |
| virtual destructor | |
Static Public Attributes | |
| static CustodyPolicyDrop | inst |
| unique instance for a drop due to a custody policy | |
Protected Member Functions | |
| CustodyPolicyDrop (DropCause *p=&(DropCause::inst)) | |
| Protected constructor. | |
Definition at line 110 of file DropCause.h.
| DTN::CustodyPolicyDrop::CustodyPolicyDrop | ( | DropCause * | p = &(DropCause::inst) |
) | [inline, protected] |
Protected constructor.
This prevents the creation of instances other than the static one.
| p | The next DropCause in the chain; the base class for the current instance |
Definition at line 124 of file DropCause.h.
1.5.4