homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h
branchRCL_3
changeset 101 9e077f9a342c
parent 82 ace62b58f4b2
child 110 2c7f27287390
equal deleted inserted replaced
82:ace62b58f4b2 101:9e077f9a342c
   627 	     * @since S60 5.2
   627 	     * @since S60 5.2
   628 	     * @param aLanguages Array of language ids
   628 	     * @param aLanguages Array of language ids
   629 	     */
   629 	     */
   630 	    static void GetInstalledLanguagesL(
   630 	    static void GetInstalledLanguagesL(
   631 	            CArrayFixFlat<TInt>*& aLanguages );
   631 	            CArrayFixFlat<TInt>*& aLanguages );
       
   632 	    /**
       
   633 	     * Returns index of internal mass memory drive
       
   634 	     * @since S60 5.2 
       
   635 	     * @param aFs Reference to open file server handle.
       
   636 	     * @return index of internal mass memory drive. KErrNotFound if drive
       
   637 	     * does not exists.
       
   638 	     */
       
   639 	    static TInt GetEmmcDrivePath( RFs& aFs );
   632 	    
   640 	    
   633 	private:
   641 	private:
   634         /**
   642         /**
   635          * Internal method. Do not call directly!
   643          * Internal method. Do not call directly!
   636          * 
   644          *