merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / DEPRACATED / Telephony / IEventFindLogEntries.h
index 9be97ce..c8b8111 100644 (file)
@@ -38,6 +38,7 @@ class IEventFindLogEntries : public WrtPlugins::Platform::IEvent<
     LogFilterPtr m_filter;
     int m_firstCall;
     int m_lastCall;
+
   public:
     void                        setFirstCall(int value)
     {
@@ -80,16 +81,13 @@ class IEventFindLogEntries : public WrtPlugins::Platform::IEvent<
         return m_result;
     }
     virtual void                clearOnCancel()
-    {
-    }
+    {}
     IEventFindLogEntries() : m_result(false),
         m_firstCall(0),
         m_lastCall(-1)
-    {
-    }
+    {}
     ~IEventFindLogEntries()
-    {
-    }
+    {}
 };
 
 typedef DPL::SharedPtr<IEventFindLogEntries> IEventFindLogEntriesPtr;