~afrantzis/mir/reproduce-1444047

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Robert Carr, Daniel van Vugt
  • Date: 2015-04-10 01:59:08 UTC
  • mfrom: (2421.3.8 privatize-event)
  • Revision ID: tarmac-20150410015908-3cmlua1qnsbz324m
Privatize event definition header.

Approved by Chris Halse Rogers, PS Jenkins bot, Alan Griffiths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 * Authored by: Robert Carr <robert.carr@canonical.com>
17
17
 */
18
 
#ifndef MIR_EVENT_FILTER_DISPATCHER_POLICY_H_
19
 
#define MIR_EVENT_FILTER_DISPATCHER_POLICY_H_
 
18
 
 
19
#ifndef MIR_INPUT_ANDROID_EVENT_FILTER_DISPATCHER_POLICY_H_
 
20
#define MIR_INPUT_ANDROID_EVENT_FILTER_DISPATCHER_POLICY_H_
20
21
 
21
22
#include "mir/input/event_filter.h"
22
23
 
78
79
}
79
80
}
80
81
 
81
 
#endif // MIR_DUMMY_INPUT_DISPATCHER_POLICY_H_
 
82
#endif // MIR_INPUT_ANDROID_EVENT_FILTER_DISPATCHER_POLICY_H_