From: mk5004.lee Date: Tue, 10 Mar 2020 11:10:15 +0000 (+0900) Subject: Make export_api EventInfo X-Git-Tag: submit/tizen_5.5/20200311.053658^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb239bd9af746c683215d8ebe641fcb382d640cd;p=platform%2Fcore%2Fapi%2Fnotification.git Make export_api EventInfo Change-Id: I87535ae567fa9d91a331a5337ecff0a774298d7a Signed-off-by: mk5004.lee --- diff --git a/notification-ex/event_info_internal.h b/notification-ex/event_info_internal.h index 8b4202d4..98e52751 100644 --- a/notification-ex/event_info_internal.h +++ b/notification-ex/event_info_internal.h @@ -31,7 +31,7 @@ namespace notification { -class EventInfo : public IEventInfoInternal { +class EXPORT_API EventInfo : public IEventInfoInternal { public: EventInfo(int type, std::string owner, std::string channel = "", std::string item_id = ""); diff --git a/notification-ex/stub.cc b/notification-ex/stub.cc old mode 100755 new mode 100644