contentpublishingsrv/contentharvester/contentharvesterswiplugin/inc/chswiplugin.h
branchRCL_3
changeset 78 1b207dd38b72
parent 9 d0529222e3f0
--- a/contentpublishingsrv/contentharvester/contentharvesterswiplugin/inc/chswiplugin.h	Tue May 11 16:30:05 2010 +0300
+++ b/contentpublishingsrv/contentharvester/contentharvesterswiplugin/inc/chswiplugin.h	Tue May 25 13:01:39 2010 +0300
@@ -99,7 +99,13 @@
 	void RemoveWidgetL( const TDesC& aType, 
         const TDesC& aPublisherId );
 	
-
+    /**
+     * Checks if mass memory is available
+     * @return ETrue if internal mass memory is available in this device
+     *     EFalse if not
+     */
+    TBool InternalMassMemoryAvailable( );
+    
 private:
     
     /**
@@ -140,6 +146,13 @@
      * Mass storage mode flag.
      */
     TBool iMassStorageMode;
+    
+    /*
+     * Flag indicating if mass memory is available on this hardware
+     */
+    TBool iMassMemoryAvailable;
+    
+
 	};