15 #ifndef BOOKMARKSTORAGE_H__
16 #define BOOKMARKSTORAGE_H__
20 #include "bookmarkhandler.h"
21 #include "privatexml.h"
22 #include "privatexmlhandler.h"
123 void requestBookmarks();
134 void removeBookmarkHandler();
137 virtual void handlePrivateXML(
const std::string& tag,
Tag *xml );
140 virtual void handlePrivateXMLResult(
const std::string& uid,
PrivateXMLResult pxResult );
148 #endif // BOOKMARKSTORAGE_H__