From 9d32289feda6d72e53bcf7e77e2cbef09f88165e Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 31 Jul 2014 10:33:14 -0500 Subject: in indicator::noficiations::Haptic, better naming of the Mode enum --- include/notifications/haptic.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/notifications') diff --git a/include/notifications/haptic.h b/include/notifications/haptic.h index 3036485..d82d1c9 100644 --- a/include/notifications/haptic.h +++ b/include/notifications/haptic.h @@ -36,9 +36,12 @@ namespace notifications { class Haptic { public: - enum Mode { VIBRATE_DEFAULT }; + enum Mode + { + MODE_PULSE + }; - Haptic(const Mode& mode = VIBRATE_DEFAULT); + Haptic(const Mode& mode = MODE_PULSE); ~Haptic(); private: -- cgit v1.2.3