#include <vector>
#include <oasys/debug/DebugUtils.h>
#include <oasys/debug/Formatter.h>
#include "naming/EndpointID.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Classes | |
class | dtn::Subscriber |
A subscriber for a session is either a local registration or a next hop destination. More... | |
Typedefs | |
typedef std::vector< Subscriber > | dtn::SubscriberList |
Type for a vector of subscriber objects. |