X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fevents%2Fevent-processor.h;h=c9734d365f53cc82ae144cadb5576bc327632978;hb=e4a3b633077432bd533fb6e7ccaf8ea286a73b7c;hp=44392b1829fa0b07c0a7875f76ef41015ba1cec7;hpb=1e406489333bc9fbf0d6beaca0c3919231b80fc9;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/events/event-processor.h b/dali/internal/event/events/event-processor.h index 44392b1..c9734d3 100644 --- a/dali/internal/event/events/event-processor.h +++ b/dali/internal/event/events/event-processor.h @@ -1,8 +1,8 @@ -#ifndef __DALI_INTERNAL_EVENT_PROCESSOR_H__ -#define __DALI_INTERNAL_EVENT_PROCESSOR_H__ +#ifndef DALI_INTERNAL_EVENT_PROCESSOR_H +#define DALI_INTERNAL_EVENT_PROCESSOR_H /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,6 @@ namespace Dali namespace Integration { struct Event; -struct GestureEvent; } namespace Internal @@ -79,13 +78,6 @@ public: private: - /** - * Helper for QueueEvent() - */ - void QueueGestureEvent(const Integration::GestureEvent& event); - -private: - Scene& mScene; ///< The Scene events are processed for. TouchEventProcessor mTouchEventProcessor; ///< Processes touch events. HoverEventProcessor mHoverEventProcessor; ///< Processes hover events. @@ -103,5 +95,5 @@ private: } // namespace Dali -#endif // __DALI_INTERNAL_EVENT_PROCESSOR_H__ +#endif // DALI_INTERNAL_EVENT_PROCESSOR_H