25#ifndef _SAFIR_DOB_CONNECTION_ASPECT_POSTPONE_H
26#define _SAFIR_DOB_CONNECTION_ASPECT_POSTPONE_H
#define DOSE_CPP_API
Definition DoseCppExportDefs.h:33
This namespace contains all the functionality and definitions of the SAFIR SDK.
Definition Backdoor.h:31
This namespace contains all functionality of the DOB (Components DOSE and DOTS).
Definition Connection.h:38
ConnectionAspectBase(const ConnectionBase &connection)
Constructor.
Definition ConnectionAspectBase.h:46
void Postpone(const bool redispatchCurrent) const
Postpone dispatching of current callback method for the dispatched type and its subclasses.
void IncompleteInjectionState() const
Discard the currently dispatched injected entity instance and wait for an update.
void ResumePostponed() const
Resume dispatching of postponed objects.
ConnectionAspectPostpone(const ConnectionBase &connection)
Constructor.
Definition ConnectionAspectPostpone.h:58
Common base class for connections to the DOB.
Definition ConnectionBase.h:59