--- a/emailuis/nmailuiengine/inc/nmbaseclientplugin.h Fri Jun 11 16:23:29 2010 +0100
+++ b/emailuis/nmailuiengine/inc/nmbaseclientplugin.h Thu Jul 22 16:30:28 2010 +0100
@@ -72,12 +72,12 @@
protected:
virtual quint32 pluginId() = 0;
+ void handleRequest(NmActionResponseCommand command, const NmActionRequest &request);
private:
void createMessageListCommands(const NmActionRequest &request, QList<NmAction*> &actionList);
void createEditorViewCommands(const NmActionRequest &request, QList<NmAction*> &actionList);
void createViewerViewCommands(const NmActionRequest &request, QList<NmAction*> &actionList);
- void handleRequest(NmActionResponseCommand command, const NmActionRequest &request);
void updateEnvelopeProperty(NmEnvelopeProperties property);
protected: