diff -r 730c025d4b77 -r f378acbc9cfb src/hbservers/hbthemeserver/hbthemeserverutils_p.h --- a/src/hbservers/hbthemeserver/hbthemeserverutils_p.h Thu Jul 15 14:03:49 2010 +0100 +++ b/src/hbservers/hbthemeserver/hbthemeserverutils_p.h Thu Jul 22 16:36:53 2010 +0100 @@ -45,18 +45,22 @@ 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(); + static void createThemeIndex(const QString &themePath, const HbThemeType &themetype); + private: }; #endif // HBTHEMESERVERUTILS_P_H -