webengine/osswebengine/WebKit/s60/misc/WebIconDatabase.h
changeset 65 5bfc169077b2
parent 38 6297cdf66332
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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);
       
    37 
    36 
    38 private:
    37 private:
    39 
    38 
    40     WebIconDatabase(const WebIconDatabase&);                 // not implemented
    39     WebIconDatabase(const WebIconDatabase&);                 // not implemented
    41     WebIconDatabase& operator=(const WebIconDatabase&);      // not implemented
    40     WebIconDatabase& operator=(const WebIconDatabase&);      // not implemented