XDMSettingsUI/inc/XDMPlugin.h
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
child 13 b7e70c0792e6
--- a/XDMSettingsUI/inc/XDMPlugin.h	Tue Feb 02 01:05:17 2010 +0200
+++ b/XDMSettingsUI/inc/XDMPlugin.h	Fri Mar 19 09:37:41 2010 +0200
@@ -84,7 +84,7 @@
         /**
         * Hides MSK if not needed
         */
-        void UpdateMskL();
+        void UpdateMSK();
 
     public: // From CAknView
         
@@ -174,11 +174,7 @@
         CXDMPluginSLContainer* iSettingListContainer;
         
         // Pointer to the current container - not owned.
-        CCoeControl* iCurrentContainer;   
-        
-#ifdef _DEBUG
-    friend class UT_CXDMPluginContainer;
-#endif
+        CCoeControl* iCurrentContainer;     
     };
 
 #endif // GS_XDMPLUGIN_H