diff -r 238255e8b033 -r 84d9eb65b26f messagingapp/msgui/unifiedviewer/inc/univiewerfeeder_p.h --- a/messagingapp/msgui/unifiedviewer/inc/univiewerfeeder_p.h Fri Apr 16 14:56:15 2010 +0300 +++ b/messagingapp/msgui/unifiedviewer/inc/univiewerfeeder_p.h Mon May 03 12:29:07 2010 +0300 @@ -30,8 +30,6 @@ class QDateTime; class UniViewerFeeder; class CMsvSession; -class UnifiedDataModel; -class CClientMtmRegistry; class UniDataModelPluginInterface; class UniDataModelLoader; @@ -179,6 +177,11 @@ QString subject(); /** + * Returns the sending state of the message. + */ + int sendingState(); + + /** * Gets the name(alias) for a address from the Contact database * @int returns number of phone addresses for the specified address. */ @@ -226,12 +229,12 @@ /** * interface to fetch data */ - UniDataModelPluginInterface* pluginInterface; + UniDataModelPluginInterface* mPluginInterface; /** * plugin loader */ - UniDataModelLoader* pluginLoader; + UniDataModelLoader* mPluginLoader; /** * To address list * owned.