X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmodules%2FAPI%2FDEPRACATED%2FTelephony%2FIEventClearLogs.h;h=7a13ec9d3cf8aaf137af3870bbe184d037c03d56;hb=fde81536bf4177b0ca88091eddf7afbf23ffb4bf;hp=7d70cc2bac06edab1f5b1ef95fc5a5f5888ea61c;hpb=9922aaf128e9e5ecee4f80fe7bd717bd903ec688;p=platform%2Fframework%2Fweb%2Fwrt-plugins-common.git diff --git a/src/modules/API/DEPRACATED/Telephony/IEventClearLogs.h b/src/modules/API/DEPRACATED/Telephony/IEventClearLogs.h index 7d70cc2..7a13ec9 100644 --- a/src/modules/API/DEPRACATED/Telephony/IEventClearLogs.h +++ b/src/modules/API/DEPRACATED/Telephony/IEventClearLogs.h @@ -33,6 +33,7 @@ class IEventClearLog : public WrtPlugins::Platform::IEvent { bool m_result; LogFilterPtr m_filter; + public: void setFilter(LogFilterPtr value) { @@ -51,14 +52,11 @@ class IEventClearLog : public WrtPlugins::Platform::IEvent return m_result; } virtual void clearOnCancel() - { - } + {} IEventClearLog() : m_result(false) - { - } + {} ~IEventClearLog() - { - } + {} }; typedef DPL::SharedPtr IEventClearLogPtr;