diff -r 962e6306d9d2 -r 7ef16719d8cb telephonyserverplugins/common_tsy/commontsy/inc/mmtsy/cmmphonetsy.h --- a/telephonyserverplugins/common_tsy/commontsy/inc/mmtsy/cmmphonetsy.h Fri Feb 19 23:59:33 2010 +0200 +++ b/telephonyserverplugins/common_tsy/commontsy/inc/mmtsy/cmmphonetsy.h Fri Mar 12 15:49:38 2010 +0200 @@ -76,6 +76,8 @@ class MTelephonyAudioControl; +class CCtsySystemStatePluginHandler; + // CLASS DECLARATION /** @@ -239,6 +241,10 @@ */ TBool IsModemStatusReady() const; + CCtsySystemStatePluginHandler* SystemStatePluginHandler() + { + return iSystemStatePluginHandler; + } private: /** used for queuing GetServiceTable requests */ struct TServiceTableRequests @@ -1463,6 +1469,13 @@ */ void SaveFdnInfoDetails(TInt aErrorCode, CMmDataPackage* aDataPackage ); + /* + * This method used to notify the phone that the phone book store initilization was complete + * + * @param aError Error value + */ + void PhoneBookStoreInitCompleteL(TInt aError); + private: /** @@ -2709,6 +2722,16 @@ * Pointer to the ChargingStatusObserver */ CChargingStatusObserver* iChargingStatus; + + /** + * Pointer to SystemStatePlugin + */ + CCtsySystemStatePluginHandler* iSystemStatePluginHandler; + + /** + * Holds the mailbox data + */ + RMobilePhone::TMobilePhoneVoicemailIdsV3 iMailboxData; }; #endif // CMMPHONETSY_H