webengine/osswebengine/WebKit/s60/misc/WebIconDatabase.h
branchRCL_3
changeset 48 79859ed3eea9
parent 27 6297cdf66332
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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