diff -r c8caa15ef882 -r e6a66db4e9d0 XDMSettingsUI/inc/XDMPluginSettinglist.h --- a/XDMSettingsUI/inc/XDMPluginSettinglist.h Tue Feb 02 01:05:17 2010 +0200 +++ b/XDMSettingsUI/inc/XDMPluginSettinglist.h Fri Mar 19 09:37:41 2010 +0200 @@ -24,7 +24,7 @@ // INCLUDE FILES #include #include -#include +#include // FORWARD DECLARATIONS class CSettingsData; @@ -86,6 +86,12 @@ private: + + /** + * By default Symbian 2nd phase constructor is private. + */ + void ConstructL(); + /** * C++ constructor * @param reference to CSettingsData @@ -118,9 +124,17 @@ private: - // Reference to the data owned by container + /** + * Reference to the data owned by container + */ CSettingsData& iSettingsData; + /** + * Handle to connection method manager. + * Own. + */ + RCmManagerExt iCmManagerExt; + }; #endif // CXDMPLUGINSETTINGLIST_H