~ubuntu-branches/ubuntu/utopic/mir/utopic-proposed

« back to all changes in this revision

Viewing changes to src/server/input/android/android_input_manager.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-07 06:10:58 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: package-import@ubuntu.com-20130807061058-96qv8oz6o40xvvne
Tags: upstream-0.0.8+13.10.20130807.1
ImportĀ upstreamĀ versionĀ 0.0.8+13.10.20130807.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <utils/StrongPointer.h>
26
26
#include <InputDispatcher.h>
27
27
 
28
 
#include <initializer_list>
29
 
 
30
28
namespace android
31
29
{
32
30
class EventHubInterface;