clfwrapper/mediacollectionmanagersrc/mediacollectionmanagerimpl.cpp
changeset 2 b73a2e62868f
parent 1 acef663c1218
--- a/clfwrapper/mediacollectionmanagersrc/mediacollectionmanagerimpl.cpp	Tue Jan 26 12:13:20 2010 +0200
+++ b/clfwrapper/mediacollectionmanagersrc/mediacollectionmanagerimpl.cpp	Tue Feb 02 00:24:33 2010 +0200
@@ -84,6 +84,7 @@
     {
     User::Leave( KErrNotSupported );
 
+    // to stop compile warnings
     MMediaCollectionInfo* info = NULL;
     return info;
     }
@@ -99,6 +100,7 @@
     {
     User::Leave( KErrNotSupported );
 
+    // to stop compile warnings
     TInt collectionID( 0 );
     return collectionID;
     }
@@ -220,6 +222,7 @@
     {
     User::Leave( KErrNotSupported );
     
+    // to stop compile warnings
     const TInt drive( 0 );
     return drive;
     }