24 #ifndef __SWRE_BACKDOOR_KEEPER_H__
25 #define __SWRE_BACKDOOR_KEEPER_H__
27 #include <Safir/Application/Internal/SwReportExportDefs.h>
98 void Tokenize(
const std::wstring& str,
99 std::vector<std::wstring>& tokens,
100 const std::wstring& delimiters = L
" \t\n");
Interface to be implemented by subscribers of messages.
Definition: Consumer.h:329
Interface for handling PI commands.
Definition: Backdoor.h:41
virtual ~BackdoorKeeper()
Destructor.
Definition: BackdoorKeeper.h:60
bool IsStarted() const
Check if the backdoor keeper has been started.
Definition: BackdoorKeeper.h:88
Common base class for connections to the DOB.
Definition: ConnectionBase.h:52
Class that provides subscription and filtering for BackdoorCommands.
Definition: BackdoorKeeper.h:44
Proxy class for a message.
Definition: MessageProxy.h:59