phonebookui/Phonebook2/ccapplication/ccadetailsviewplugin/inc/ccappdetailsviewplugin.h
branchRCL_3
changeset 23 5586b4d2ec3e
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
21:b3431bff8c19 23:5586b4d2ec3e
    31 class MVPbkContactStoreList;
    31 class MVPbkContactStoreList;
    32 class CCCAppDetailsViewMenuHandler;
    32 class CCCAppDetailsViewMenuHandler;
    33 class MCCAParameter;
    33 class MCCAParameter;
    34 class CCCAppCmsContactFetcherWrapper;
    34 class CCCAppCmsContactFetcherWrapper;
    35 class CCAContactorService;
    35 class CCAContactorService;
       
    36 class MVPbkContactLink;
    36 
    37 
    37 /**
    38 /**
    38  *  Class implementing CCCAppViewPluginBase interface. This is
    39  *  Class implementing CCCAppViewPluginBase interface. This is
    39  *  the main class and controlling the other classes of the plugin.
    40  *  the main class and controlling the other classes of the plugin.
    40  *
    41  *
   264     /// Not own: CMS is used through CmsHandler to (re)fetch contact data fields
   265     /// Not own: CMS is used through CmsHandler to (re)fetch contact data fields
   265     CCCAppCmsContactFetcherWrapper* iCmsWrapper;
   266     CCCAppCmsContactFetcherWrapper* iCmsWrapper;
   266     
   267     
   267 	/// Own: Pointer to contactor service.
   268 	/// Own: Pointer to contactor service.
   268     CCAContactorService* iContactorService;
   269     CCAContactorService* iContactorService;
       
   270     
       
   271     ///Contact Link - Owns
       
   272     MVPbkContactLink* iLink;
   269 
   273 
   270 };
   274 };
   271 
   275 
   272 #endif // C_CCAPPDETAILSVIEWPLUGIN_H
   276 #endif // C_CCAPPDETAILSVIEWPLUGIN_H
   273 
   277