webengine/osswebengine/WebKit/s60/misc/WebIconDatabase.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    31     void openSharedDatabase();
    31     void openSharedDatabase();
    32     
    32     
    33     CGulIcon* iconForPageURL(const TDesC8& url);
    33     CGulIcon* iconForPageURL(const TDesC8& url);
    34     void retainIconForURL(const TDesC8& url);
    34     void retainIconForURL(const TDesC8& url);
    35     void releaseIconForURL(const TDesC8& url);
    35     void releaseIconForURL(const TDesC8& url);
       
    36     void setEnabled(bool enabled);
    36 
    37 
    37 private:
    38 private:
    38 
    39 
    39     WebIconDatabase(const WebIconDatabase&);                 // not implemented
    40     WebIconDatabase(const WebIconDatabase&);                 // not implemented
    40     WebIconDatabase& operator=(const WebIconDatabase&);      // not implemented
    41     WebIconDatabase& operator=(const WebIconDatabase&);      // not implemented