webengine/osswebengine/WebKit/s60/misc/WebIconDatabase.h
changeset 38 6297cdf66332
parent 0 dd21522fd290
child 65 5bfc169077b2
equal deleted inserted replaced
37:cb62a4f66ebe 38:6297cdf66332
    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