XDMSettingsUI/inc/XDMPluginSettinglist.h
changeset 15 e0bc3c7066a2
parent 12 e6a66db4e9d0
equal deleted inserted replaced
13:b7e70c0792e6 15:e0bc3c7066a2
    22 #define CXDMPLUGINSETTINGLIST_H
    22 #define CXDMPLUGINSETTINGLIST_H
    23 
    23 
    24 // INCLUDE FILES
    24 // INCLUDE FILES
    25 #include <coecntrl.h>
    25 #include <coecntrl.h>
    26 #include <aknsettingitemlist.h>
    26 #include <aknsettingitemlist.h>
    27 #include <cmmanagerext.h>
       
    28 
    27 
    29 // FORWARD DECLARATIONS
    28 // FORWARD DECLARATIONS
    30 class CSettingsData;
    29 class CSettingsData;
    31 
    30 
    32 /**
    31 /**
   127         /**
   126         /**
   128          *  Reference to the data owned by container
   127          *  Reference to the data owned by container
   129          */
   128          */
   130         CSettingsData& iSettingsData;
   129         CSettingsData& iSettingsData;
   131         
   130         
   132         /**
       
   133          * Handle to connection method manager.
       
   134          * Own.
       
   135          */
       
   136         RCmManagerExt iCmManagerExt;
       
   137       
       
   138     };
   131     };
   139 
   132 
   140 #endif // CXDMPLUGINSETTINGLIST_H
   133 #endif // CXDMPLUGINSETTINGLIST_H