diff -r 016bf4557e2f -r 6637b4599484 bookmarksengine/browsercontentdll/inc/browsercontentdll.h --- 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 FetchAllBookmarks(); + int addBookmark(BookmarkLeaf* BookmarkContent); + int deleteBookmark(QString title); + QList fetchAllBookmarks(); QList 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 FetchHistory(); + int addHistory(HistoryLeaf* HistoryContent); + QList fetchHistory(); QList suggestHistory(QString atitle); int clearHistory(); int clearBookmarks(); - QString FetchSerializedBookmarks(); - void FetchSerializedHistory(QVector &folderVector,QMap &mymap); - void FetchAllBookmarkTitles(QVector &title); + QString fetchSerializedBookmarks(); + void fetchSerializedHistory(QVector &folderVector,QMap &mymap); + void fetchAllBookmarkTitles(QVector &title); private: int createDatabase();