uiservicetab/vimpstengine/inc/cvimpstengine.h
branchRCL_3
changeset 6 78867dafe7eb
parent 0 5e5d6b214f4f
--- a/uiservicetab/vimpstengine/inc/cvimpstengine.h	Fri Feb 19 22:41:11 2010 +0200
+++ b/uiservicetab/vimpstengine/inc/cvimpstengine.h	Fri Mar 12 15:41:33 2010 +0200
@@ -133,6 +133,11 @@
 		*/
 		void ContactStoreIdL( 
 					TDes& aContactStoreId ) const ;
+		
+		/*
+		 * See MVIMPSTEngine
+		 */
+		TBool IsUnInstalled( );
 
 		/**
 		* See MVIMPSTEngine
@@ -410,6 +415,10 @@
 	
 		//block list observer to notify the blocked list has been fetched.
 		MVIMPSTEngineBlockedListFetchEventObserver* iBlockListObs;
+		
+		// UnInstall Flag; Set to true during engine construction
+		// if engine fails to find ximp object implementation
+		TBool iUnInstall;
    
 	};