~kdub/+junk/no-native

« back to all changes in this revision

Viewing changes to tests/unit-tests/android_input/input_reader.cpp

  • Committer: Kevin DuBois
  • Date: 2014-11-19 19:30:10 UTC
  • mfrom: (2060.1.11 native-ipc-operations)
  • Revision ID: kevin.dubois@canonical.com-20141119193010-0va4n207jzx32brt
merge base branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "mir/report/legacy_input_report.h"
29
29
#include "mir_test/fake_event_hub.h"
30
30
 
31
 
namespace ml   = mir::logging;
 
31
namespace ml = mir::logging;
32
32
 
33
33
using std::string;
34
34
using mir::input::android::FakeEventHub;
38
38
class TestLogger : public ml::Logger
39
39
{
40
40
public:
41
 
    void log(Severity severity, const string& message, const string& component) override {
 
41
    void log(ml::Severity severity, const string& message, const string& component) override {
42
42
        (void)severity;
43
43
        (void)message;
44
44
        (void)component;