X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftoolkit-clipboard-event-notifier.h;h=282a0c05de11a401130a3415a688bf96703ca348;hp=260058276bb6dc3f7d621c784a330822e33521c5;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=87229e861fbcbe5657d30a0547cf8fd2f38f9f62 diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-clipboard-event-notifier.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-clipboard-event-notifier.h index 2600582..282a0c0 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-clipboard-event-notifier.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-clipboard-event-notifier.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_CLIPBOARD_EVENT_NOTIFIER_H__ -#define __DALI_TOOLKIT_CLIPBOARD_EVENT_NOTIFIER_H__ +#ifndef DALI_TOOLKIT_CLIPBOARD_EVENT_NOTIFIER_H +#define DALI_TOOLKIT_CLIPBOARD_EVENT_NOTIFIER_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. @@ -22,9 +22,9 @@ #include // PUBLIC INCLUDES -#define __DALI_CLIPBOARD_EVENT_NOTIFIER_H__ +#define DALI_CLIPBOARD_EVENT_NOTIFIER_H #include -#include +#include namespace Dali @@ -41,7 +41,7 @@ class ClipboardEventNotifier; class ClipboardEventNotifier : public BaseHandle { public: - typedef SignalV2< void ( ClipboardEventNotifier& ) > ClipboardEventSignalV2; + typedef Signal< void ( ClipboardEventNotifier& ) > ClipboardEventSignalType; ClipboardEventNotifier(); static ClipboardEventNotifier Get(); @@ -52,11 +52,11 @@ public: void ClearContent(); void EmitContentSelectedSignal(); - ClipboardEventSignalV2& ContentSelectedSignal(); + ClipboardEventSignalType& ContentSelectedSignal(); ClipboardEventNotifier( Internal::Adaptor::ClipboardEventNotifier* notifier ); }; } // namespace Dali -#endif // __DALI_TOOLKIT_TOOLKIT_CLIPBOARD_EVENT_NOTIFIER_H__ +#endif // DALI_TOOLKIT_TOOLKIT_CLIPBOARD_EVENT_NOTIFIER_H