Go to the documentation of this file.
19 #ifndef MIR_INPUT_ANDROID_INPUT_THREAD_H_
20 #define MIR_INPUT_ANDROID_INPUT_THREAD_H_
31 virtual ~InputThread() {}
33 virtual void start() = 0;
34 virtual void request_stop() = 0;
35 virtual void join() = 0;
39 InputThread(
const InputThread&) =
delete;
40 InputThread& operator=(
const InputThread&) =
delete;
47 #endif // MIR_INPUT_ANDROID_INPUT_THREAD_H_
Copyright © 2012,2013 Canonical Ltd.
Generated on Tue Oct 15 00:23:28 UTC 2013