Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/control/command-dispatch.hpp"
Interface of a service to perform Commands on the session.
Commands committed here need to be ready for actual invocation on the current session. They will be sent through a queue to be performed one by one.
Definition at line 54 of file command-dispatch.hpp.
Public Member Functions | |
virtual | ~CommandDispatch () |
this is an interface | |
virtual void | clear ()=0 |
virtual void | enqueue (Command &&)=0 |