devicesrv_plat/configuration_file_parser_api/inc/AccConfigFileParser.h
branchRCL_3
changeset 81 24127ea5a236
parent 56 1ddbe54d0645
equal deleted inserted replaced
71:fdcef27a50b8 81:24127ea5a236
   141 
   141 
   142         /**
   142         /**
   143         * Detect all subblock capabilities and append them to the given
   143         * Detect all subblock capabilities and append them to the given
   144         * array.
   144         * array.
   145         */
   145         */
   146         void ParseSubblocksL( const TUint64& aVal, RArray<TUint64>& aCaps );
   146         void ParseSubblocks( const TUint64& aVal, RArray<TUint64>& aCaps );
   147 
   147 
   148         /**
   148         /**
   149         * Detect all subblock names and append them to the given array.
   149         * Detect all subblock names and append them to the given array.
   150         */
   150         */
   151         void ParseNamesL( const TUint32& aVal, RArray<TUint32>& aNames );
   151         void ParseNames( const TUint32& aVal, RArray<TUint32>& aNames );
   152         
   152         
   153         /**
   153         /**
   154         * Find a bit number from bitmask.
   154         * Find a bit number from bitmask.
   155         *
   155         *
   156         * @since S60 3.1
   156         * @since S60 3.1