summaryrefslogtreecommitdiffstats
path: root/src/input/inputHandlerChain.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement example privileged SayHelloHandler.Sebastien Braun2010-10-051-0/+2
|
* Implement privileged input daemon, first version without handlers.Sebastien Braun2010-10-051-1/+7
|
* Refactor InputEvent handler code.Sebastien Braun2010-10-051-0/+34
- Make static methods virtual and store instances in the chains. - Propagate security context information. - Saner security policy implementation.