telephonyserverplugins/common_tsy/commontsy/inc/mmtsy/cmmphonetsy.h
changeset 19 1f776524b15c
parent 0 3553901f7fa8
child 16 fe8b59ab9fa0
child 20 244d7c5f118e
--- a/telephonyserverplugins/common_tsy/commontsy/inc/mmtsy/cmmphonetsy.h	Tue Feb 02 01:41:59 2010 +0200
+++ b/telephonyserverplugins/common_tsy/commontsy/inc/mmtsy/cmmphonetsy.h	Fri Mar 19 09:55:57 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