accessoryservices/accessoryserver/inc/Common/AccPolAccessoryPolicy.h
branchRCL_3
changeset 81 24127ea5a236
parent 61 8cb079868133
equal deleted inserted replaced
71:fdcef27a50b8 81:24127ea5a236
   229                                
   229                                
   230         /**
   230         /**
   231         * Detect all subblock capabilities and append them to the given
   231         * Detect all subblock capabilities and append them to the given
   232         * array.
   232         * array.
   233         */
   233         */
   234         void ParseSubblocksL( const TUint64& aVal, RArray<TUint64>& aCaps );
   234         void ParseSubblocks( const TUint64& aVal, RArray<TUint64>& aCaps );
   235 
   235 
   236         /**
   236         /**
   237         * Detect all subblock names and append them to the given array.
   237         * Detect all subblock names and append them to the given array.
   238         */
   238         */
   239         void ParseNamesL( const TUint32& aVal, RArray<TUint32>& aNames );
   239         void ParseNames( const TUint32& aVal, RArray<TUint32>& aNames );
   240         
   240         
   241         /**
   241         /**
   242         * Find a bit number from bitmask.
   242         * Find a bit number from bitmask.
   243         *
   243         *
   244         * @since S60 3.1
   244         * @since S60 3.1