24 #ifndef __SWRE_BACKDOOR_H__
25 #define __SWRE_BACKDOOR_H__
55 virtual void HandleCommand(
const std::vector<std::wstring>& cmdTokens) = 0;
Interface for handling PI commands.
Definition: Backdoor.h:41
virtual ~Backdoor()
Destructor.
Definition: Backdoor.h:47
virtual void HandleCommand(const std::vector< std::wstring > &cmdTokens)=0
Called when a 'Program Info' command aimed for this handler is received.
virtual std::wstring GetHelpText()=0
Called when a 'help' command aimed for this handler is received.