Favicon issue
[apps/osp/Internet.git] / inc / IntHistoryPresentationModel.h
index bd8a4bd..dff81e4 100644 (file)
@@ -130,6 +130,8 @@ public:
         */
        result SaveHistory(History& history);
 
+       result SaveTempHistory(History& history);
+
        /**
         * This function selects the history from the table
         *
@@ -255,6 +257,8 @@ private:
        Tizen::Base::String GetStringFromDate(Tizen::Base::DateTime& date);
 
        static HistoryPresentationModel* __pHistoryPresentationModel;
+
+       Tizen::Base::Collection::ArrayList *__pDataList;
 };
 
 #endif //_INT_HISTORY_PRESENTATION_MODEL_H