bookmarksengine/browsercontentdll/inc/browsercontentdll.h
changeset 4 6637b4599484
parent 2 016bf4557e2f
child 9 1d51612454b5
child 13 8f58c9334c71
--- a/bookmarksengine/browsercontentdll/inc/browsercontentdll.h	Fri Jun 11 13:48:52 2010 +0300
+++ b/bookmarksengine/browsercontentdll/inc/browsercontentdll.h	Tue Jul 06 14:27:10 2010 +0300
@@ -121,22 +121,22 @@
 
     BrowserContent(QString aClientName);
     ~BrowserContent();
-    int AddBookmark(BookmarkLeaf* BookmarkContent);
-    int DeleteBookmark(QString title);
-    QList<BookmarkLeaf*> FetchAllBookmarks();
+    int addBookmark(BookmarkLeaf* BookmarkContent);
+    int deleteBookmark(QString title);
+    QList<BookmarkLeaf*> fetchAllBookmarks();
     QList<BookmarkLeaf*> suggestBookMarks(QString atitle);
     int reorderBokmarks(QString title,int new_index);
 	int modifyBookmark(QString aOrgTitle, QString aNewTitle, QString aNewUrl);
 	QObjectList suggestContent(QString atitle);
 
-    int AddHistory(HistoryLeaf* HistoryContent);
-    QList<HistoryLeaf*> FetchHistory();
+    int addHistory(HistoryLeaf* HistoryContent);
+    QList<HistoryLeaf*> fetchHistory();
     QList<HistoryLeaf*> suggestHistory(QString atitle);
     int clearHistory();
     int clearBookmarks();
-    QString FetchSerializedBookmarks();
-    void FetchSerializedHistory(QVector<QString> &folderVector,QMap<QString,QString> &mymap);
-    void FetchAllBookmarkTitles(QVector<QString> &title);
+    QString fetchSerializedBookmarks();
+    void fetchSerializedHistory(QVector<QString> &folderVector,QMap<QString,QString> &mymap);
+    void fetchAllBookmarkTitles(QVector<QString> &title);
 
 private:
   int createDatabase();