contentpublishingsrv/contentharvester/contentharvesterswiplugin/inc/chswiplugin.h
branchRCL_3
changeset 78 1b207dd38b72
parent 9 d0529222e3f0
equal deleted inserted replaced
74:edd621764147 78:1b207dd38b72
    97 	 * @param aPublisherId Widget UID.
    97 	 * @param aPublisherId Widget UID.
    98 	 */
    98 	 */
    99 	void RemoveWidgetL( const TDesC& aType, 
    99 	void RemoveWidgetL( const TDesC& aType, 
   100         const TDesC& aPublisherId );
   100         const TDesC& aPublisherId );
   101 	
   101 	
   102 
   102     /**
       
   103      * Checks if mass memory is available
       
   104      * @return ETrue if internal mass memory is available in this device
       
   105      *     EFalse if not
       
   106      */
       
   107     TBool InternalMassMemoryAvailable( );
       
   108     
   103 private:
   109 private:
   104     
   110     
   105     /**
   111     /**
   106      * An interface to Content Publisher Service
   112      * An interface to Content Publisher Service
   107      */
   113      */
   138     
   144     
   139     /**
   145     /**
   140      * Mass storage mode flag.
   146      * Mass storage mode flag.
   141      */
   147      */
   142     TBool iMassStorageMode;
   148     TBool iMassStorageMode;
       
   149     
       
   150     /*
       
   151      * Flag indicating if mass memory is available on this hardware
       
   152      */
       
   153     TBool iMassMemoryAvailable;
       
   154     
       
   155 
   143 	};
   156 	};
   144 
   157 
   145 
   158 
   146 
   159 
   147 #endif // C_CCHSWIPLUGIN_H
   160 #endif // C_CCHSWIPLUGIN_H