messagingapp/msgui/unifiedviewer/inc/univiewerfeeder_p.h
changeset 27 e4592d119491
parent 25 84d9eb65b26f
child 47 5b14749788d7
equal deleted inserted replaced
25:84d9eb65b26f 27:e4592d119491
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <msvapi.h>
    24 #include <msvapi.h>
    25 
    25 
    26 #include "convergedmessage.h"
    26 #include "convergedmessage.h"
    27 #include "unidatamodelplugininterface.h"
    27 #include "unidatamodelplugininterface.h"
    28 #include <qmobilityglobal.h>
       
    29 
    28 
    30 class QDateTime;
    29 class QDateTime;
    31 class UniViewerFeeder;
    30 class UniViewerFeeder;
    32 class CMsvSession;
    31 class CMsvSession;
    33 class UniDataModelPluginInterface;
    32 class UniDataModelPluginInterface;
    34 class UniDataModelLoader;
    33 class UniDataModelLoader;
    35 
       
    36 QTM_BEGIN_NAMESPACE
       
    37 class QContactManager;
       
    38 QTM_END_NAMESPACE
       
    39 
       
    40 QTM_USE_NAMESPACE
       
    41 
    34 
    42 /**
    35 /**
    43  * UniViewerFeederPrivate
    36  * UniViewerFeederPrivate
    44  * Feeder Private class for unified viewer. Fetches data from the
    37  * Feeder Private class for unified viewer. Fetches data from the
    45  * message store for the given message id.
    38  * message store for the given message id.
   178     
   171     
   179     /**
   172     /**
   180      * Returns the sending state of the message.
   173      * Returns the sending state of the message.
   181      */
   174      */
   182     int sendingState();
   175     int sendingState();
   183     
       
   184     /**
       
   185      * Gets the name(alias) for a address from the Contact database
       
   186      * @int returns number of phone addresses for the specified address.
       
   187      */
       
   188     static int GetNameFromContacts(const QString& address, QString& alias);
       
   189 
       
   190 
   176 
   191 private:
   177 private:
   192     /**
   178     /**
   193      * Fetches message details from the store.
   179      * Fetches message details from the store.
   194      */
   180      */