contentstorage/cautils/src/cainnerquery.cpp
changeset 89 1e87eb3b400f
parent 88 7f0462e8c3da
child 99 7aaf39b772ac
--- a/contentstorage/cautils/src/cainnerquery.cpp	Tue Mar 23 23:55:55 2010 +0200
+++ b/contentstorage/cautils/src/cainnerquery.cpp	Wed Mar 24 03:15:43 2010 +0200
@@ -128,8 +128,7 @@
     {
     iEntryTypeNames = new ( ELeave ) CDesC16ArrayFlat( KDefaultGranularity );
     iParentId = -1;
-    //    TODO Item | Group
-    iRole = CCaInnerQuery::Item | CCaInnerQuery::Group;
+    iRole = Item | Group;
     }
 
 // ---------------------------------------------------------------------------
@@ -194,7 +193,6 @@
 //
 EXPORT_C void CCaInnerQuery::SetEntryTypeNames( CDesC16ArrayFlat* aArray )
     {
-    //TODO: Quickt setter for now, probably sth more convinient needed
     ASSERT( aArray );
     delete iEntryTypeNames;
     iEntryTypeNames = aArray;