diff -r c8caa15ef882 -r e6a66db4e9d0 XDMSettingsUI/inc/XDMPlugin.h --- 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