webengine/osswebengine/WebCore/platform/network/symbian/FileConnection.h
changeset 65 5bfc169077b2
parent 38 6297cdf66332
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    63     HBufC* parseFileNameLC(const TDesC8& aUrl );
    63     HBufC* parseFileNameLC(const TDesC8& aUrl );
    64     /**
    64     /**
    65     * Determine the content type of the file.
    65     * Determine the content type of the file.
    66     */
    66     */
    67     HBufC8* contentTypeL();
    67     HBufC8* contentTypeL();
    68     /**
       
    69     * Determine the content type of the file from PluginHandler.
       
    70     */
       
    71     HBufC8* contentTypeFromPluginsL();
       
    72 
    68 
    73     /**
    69     /**
    74     * Determine the content encoding of the file.
    70     * Determine the content encoding of the file.
    75     */
    71     */
    76     TPtrC8 contentEncoding(const TDesC8& aContentTypeString ) const;
    72     TPtrC8 contentEncoding(const TDesC8& aContentTypeString ) const;