uiservicetab/vimpstengine/inc/cvimpstengine.h
branchRCL_3
changeset 10 78867dafe7eb
parent 0 5e5d6b214f4f
equal deleted inserted replaced
4:f5911524345e 10:78867dafe7eb
   131 		* See MVIMPSTEngine
   131 		* See MVIMPSTEngine
   132 		* 
   132 		* 
   133 		*/
   133 		*/
   134 		void ContactStoreIdL( 
   134 		void ContactStoreIdL( 
   135 					TDes& aContactStoreId ) const ;
   135 					TDes& aContactStoreId ) const ;
       
   136 		
       
   137 		/*
       
   138 		 * See MVIMPSTEngine
       
   139 		 */
       
   140 		TBool IsUnInstalled( );
   136 
   141 
   137 		/**
   142 		/**
   138 		* See MVIMPSTEngine
   143 		* See MVIMPSTEngine
   139 		* 
   144 		* 
   140 		*/
   145 		*/
   408 		//Cumulative Service State of all SubServices Belonging to this Service
   413 		//Cumulative Service State of all SubServices Belonging to this Service
   409 		TVIMPSTEnums::TVIMPSTRegistrationState iState;
   414 		TVIMPSTEnums::TVIMPSTRegistrationState iState;
   410 	
   415 	
   411 		//block list observer to notify the blocked list has been fetched.
   416 		//block list observer to notify the blocked list has been fetched.
   412 		MVIMPSTEngineBlockedListFetchEventObserver* iBlockListObs;
   417 		MVIMPSTEngineBlockedListFetchEventObserver* iBlockListObs;
       
   418 		
       
   419 		// UnInstall Flag; Set to true during engine construction
       
   420 		// if engine fails to find ximp object implementation
       
   421 		TBool iUnInstall;
   413    
   422    
   414 	};
   423 	};
   415 
   424 
   416 #endif      //__CVIMPSTENGINE_H
   425 #endif      //__CVIMPSTENGINE_H
   417 
   426