xml/xmldomandxpath/inc/xmlenginedom/xmlengbinarycontainer.h
branchRCL_3
changeset 15 6b9cbc8ad81c
parent 0 e35f40988205
equal deleted inserted replaced
14:243519c5055f 15:6b9cbc8ad81c
    67 	Appends contents to binary container
    67 	Appends contents to binary container
    68     @param aData  Content to be appended
    68     @param aData  Content to be appended
    69 	@leave KXmlEngErrNullNode Node is NULL
    69 	@leave KXmlEngErrNullNode Node is NULL
    70 	@leave - One of the system-wide error codes
    70 	@leave - One of the system-wide error codes
    71     */    
    71     */    
    72     EXPORT_C void AppendContentsL( const TDesC8& aData );
    72     IMPORT_C void AppendContentsL( const TDesC8& aData );
    73 
    73 
    74     /** Default constructor */
    74     /** Default constructor */
    75 	inline TXmlEngBinaryContainer(); 
    75 	inline TXmlEngBinaryContainer(); 
    76 
    76 
    77 protected:
    77 protected: