diff -r 06ff229162e9 -r 11d3954df52a src/hbservers/hbthemeserver/hbthemeserverutils_p.h --- a/src/hbservers/hbthemeserver/hbthemeserverutils_p.h Fri May 14 16:09:54 2010 +0300 +++ b/src/hbservers/hbthemeserver/hbthemeserverutils_p.h Thu May 27 13:10:59 2010 +0300 @@ -45,12 +45,15 @@ public: static HbIconSource *getIconSource(const QString &filename); static QString formatFromPath(const QString &iconPath); - static int getSharedStylesheet(const QString &fileName, HbLayeredStyleLoader::LayerPriority priority, + static int getSharedStylesheet(const QString &fileName, + HbLayeredStyleLoader::LayerPriority priority, bool *inSharedCache = 0); static bool parseCssFile(HbCss::Parser &parser, const QString &fileName, int &cssOffset); static void cleanupUnusedCss(HbCache *cache); static int getSharedEffect(const QString &fileName); - static int getSharedLayoutDefinition(const QString & fileName, const QString &layout, const QString §ion); + static int getSharedLayoutDefinition(const QString & fileName, + const QString &layout, + const QString §ion); static void createDeviceProfileDatabase(); static bool removeSharedEffect(const QString &fileName); static void clearSharedEffects(); @@ -59,4 +62,3 @@ }; #endif // HBTHEMESERVERUTILS_P_H -