breakdeps/MCSSatHandler/mcssathandler.h
changeset 110 3aa4235c5e9b
parent 109 fddd8ce1f29d
--- a/breakdeps/MCSSatHandler/mcssathandler.h	Wed Nov 03 16:17:59 2010 +0000
+++ b/breakdeps/MCSSatHandler/mcssathandler.h	Wed Nov 03 16:32:04 2010 +0000
@@ -70,18 +70,18 @@
     */
     void ConstructL();
 
+#if 0    
     /**
     * Gets best icon from aIconEF.
     */
     CFbsBitmap* GetBitmapL( const RIconEf& aIconEF );
     
 private:    // data
-    
     RSatSession iSatSession;
     
-#ifdef SIM_ATK_SERVICE_API_V1
+//#ifdef SIM_ATK_SERVICE_API_V1
     RSatService iSatIcon;
-#else
+//#else
     RSatIcon iSatIcon;
 #endif 
     };