codhandler/codeng/inc/CodParser.h
changeset 16 a359256acfc6
parent 0 dd21522fd290
equal deleted inserted replaced
13:10e98eab6f85 16:a359256acfc6
    24 // INCLUDES
    24 // INCLUDES
    25 
    25 
    26 #include <e32base.h>
    26 #include <e32base.h>
    27 
    27 
    28 // FORWARD DECLARATION
    28 // FORWARD DECLARATION
    29 
    29 class CMediaObjectData;
    30 class CCodData;
    30 class CCodData;
    31 
    31 
    32 // CLASS DECLARATION
    32 // CLASS DECLARATION
    33 
    33 
    34 
    34 
    80 
    80 
    81         /**
    81         /**
    82         * Parse one line.
    82         * Parse one line.
    83         * @return ETrue if more lines to go, EFalse if done.
    83         * @return ETrue if more lines to go, EFalse if done.
    84         */
    84         */
    85         TBool AttrLineL();
    85         TBool AttrLineL(CMediaObjectData *& aMediaObject);
    86 
    86 
    87         /**
    87         /**
    88         * Parse an attribute name. Empty token sets error.
    88         * Parse an attribute name. Empty token sets error.
    89         * @return Attribute name type.
    89         * @return Attribute name type.
    90         */
    90         */