contentstorage/cautils/inc/cautils.h
changeset 119 50e220be30d1
parent 85 7feec50967db
equal deleted inserted replaced
116:305818acdca4 119:50e220be30d1
    32      * Gets TUint from a aStr - HEX or Decimal
    32      * Gets TUint from a aStr - HEX or Decimal
    33      *
    33      *
    34      * @return error code
    34      * @return error code
    35      */
    35      */
    36     IMPORT_C static TInt GetTUint( const TDesC& aStr, TUint& aInt );
    36     IMPORT_C static TInt GetTUint( const TDesC& aStr, TUint& aInt );
       
    37     
       
    38     /**
       
    39      * Gets TUint from a aStr - HEX or Decimal
       
    40      */
       
    41     IMPORT_C static void InitTextResolverSymbianL( const TDesC& aFilename );
    37 
    42 
    38     /**
    43     /**
    39      * Template method for marshaling data.
    44      * Template method for marshaling data.
    40      * @param aObject object supporting ExternalizeL method
    45      * @param aObject object supporting ExternalizeL method
    41      * @param aExpandSize granularity of the buffer
    46      * @param aExpandSize granularity of the buffer