Simple singleton class used by DTN commands when they need to call BundleDaemon::post_and_wait(). More...
#include <CompletionNotifier.h>
Public Member Functions | |
CompletionNotifier () | |
Static Public Member Functions | |
static oasys::Notifier * | notifier () |
Protected Attributes | |
oasys::Notifier | notifier_ |
Simple singleton class used by DTN commands when they need to call BundleDaemon::post_and_wait().
Definition at line 29 of file CompletionNotifier.h.
dtn::CompletionNotifier::CompletionNotifier | ( | ) | [inline] |
Definition at line 31 of file CompletionNotifier.h.
static oasys::Notifier* dtn::CompletionNotifier::notifier | ( | ) | [inline, static] |
Definition at line 34 of file CompletionNotifier.h.
oasys::Notifier dtn::CompletionNotifier::notifier_ [protected] |
Definition at line 37 of file CompletionNotifier.h.