# HG changeset patch # User Stefan Karlsson # Date 1270903271 -3600 # Node ID 46dffa7ce5cdb50241ea6cf25b830d91841b27e1 # Parent b76d631296db42048099e2e5792909622310d3e3 Got rid of some trivial warnings (nested comments and tokens after #endif). diff -r b76d631296db -r 46dffa7ce5cd homescreensrv_plat/xcfw_api/inc/gecodefaultobjectfactory.h --- a/homescreensrv_plat/xcfw_api/inc/gecodefaultobjectfactory.h Tue Mar 30 12:59:56 2010 +0100 +++ b/homescreensrv_plat/xcfw_api/inc/gecodefaultobjectfactory.h Sat Apr 10 13:41:11 2010 +0100 @@ -37,8 +37,8 @@ { public: //constructors and destructor /** - /* Two-phased constructor - */ + * Two-phased constructor + */ IMPORT_C static CGECODefaultObjectFactory* NewL(); //destructor diff -r b76d631296db -r 46dffa7ce5cd menucontentsrv/srvinc/mcsgetlistcreatorinterface.h --- a/menucontentsrv/srvinc/mcsgetlistcreatorinterface.h Tue Mar 30 12:59:56 2010 +0100 +++ b/menucontentsrv/srvinc/mcsgetlistcreatorinterface.h Sat Apr 10 13:41:11 2010 +0100 @@ -206,4 +206,4 @@ CMcsGetAttrStrategy* iSuiteGetter; ///< Get strategy for suite. Own. CMcsGetAttrStrategy* iNormalGetter; ///< Get strategy for not suite. Own. }; -#endif __MCSGETLISTCREATORINTERFACE_H__ +#endif // __MCSGETLISTCREATORINTERFACE_H__