15 #ifndef ANNOTATIONS_H__
16 #define ANNOTATIONS_H__
20 #include "annotationshandler.h"
21 #include "privatexml.h"
22 #include "privatexmlhandler.h"
119 void requestAnnotations();
126 { m_annotationsHandler = ah; }
131 void removeAnnotationsHandler()
132 { m_annotationsHandler = 0; }
135 virtual void handlePrivateXML(
const Tag* xml );
138 virtual void handlePrivateXMLResult(
const std::string& uid, PrivateXMLResult pxResult );
147 #endif // ANNOTATIONS_H__