contentstorage/cautils/inc/cautils.h
changeset 124 e36b2f4799c0
parent 60 f62f87b200ec
equal deleted inserted replaced
121:0b3699f6c654 124:e36b2f4799c0
    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