emailuis/nmailuiengine/inc/nmbaseclientplugin.h
changeset 27 9ba4404ef423
parent 23 2dc6caa42ec3
--- a/emailuis/nmailuiengine/inc/nmbaseclientplugin.h	Fri May 14 15:41:10 2010 +0300
+++ b/emailuis/nmailuiengine/inc/nmbaseclientplugin.h	Thu May 27 12:43:55 2010 +0300
@@ -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: