X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fpopup%2Fconfirmation-popup.h;h=4a804cbea3f10546fc5f95b2b5892cc9a5ebb267;hp=4cd620b50e72a584b9aa262ce7a2a4dfbe8be50c;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=4bf366c7c657eacb5cf150fa52e34263ca16218f diff --git a/dali-toolkit/devel-api/controls/popup/confirmation-popup.h b/dali-toolkit/devel-api/controls/popup/confirmation-popup.h index 4cd620b..4a804cb 100644 --- a/dali-toolkit/devel-api/controls/popup/confirmation-popup.h +++ b/dali-toolkit/devel-api/controls/popup/confirmation-popup.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_CONFIRMATION_POPUP_H__ -#define __DALI_TOOLKIT_CONFIRMATION_POPUP_H__ +#ifndef DALI_TOOLKIT_CONFIRMATION_POPUP_H +#define DALI_TOOLKIT_CONFIRMATION_POPUP_H /* - * Copyright (c) 2015 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. @@ -48,7 +48,7 @@ class ConfirmationPopup; * | controlSignalOk | controlOk | connectSignalOkSelected | * | controlSignalCancel | controlCancel | connectSignalCancelSelected | */ -class DALI_IMPORT_API ConfirmationPopup : public Popup +class DALI_TOOLKIT_API ConfirmationPopup : public Popup { public: @@ -145,4 +145,4 @@ public: // Not intended for application developers } // namespace Dali -#endif // __DALI_TOOLKIT_CONFIRMATION_POPUP_H__ +#endif // DALI_TOOLKIT_CONFIRMATION_POPUP_H