Got rid of some trivial warnings (nested comments and tokens after #endif).
--- 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
--- 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__