phonebookui/Phonebook2/ServerApplication/inc/CPbk2ServerAppStoreManager.h
branchRCL_3
changeset 32 2828b4d142c0
parent 3 04ab22b956c2
equal deleted inserted replaced
26:0d28c1c5b6dd 32:2828b4d142c0
    37 class CPbk2SortOrderManager;
    37 class CPbk2SortOrderManager;
    38 class MVPbkStoreContact;
    38 class MVPbkStoreContact;
    39 class CPbk2StoreConfiguration;
    39 class CPbk2StoreConfiguration;
    40 class CVPbkSortOrderAcquirer;
    40 class CVPbkSortOrderAcquirer;
    41 class MVPbkContactLinkArray;
    41 class MVPbkContactLinkArray;
    42 class CPbk2MyCardFilter;
       
    43 
    42 
    44 // CLASS DECLARATION
    43 // CLASS DECLARATION
    45 
    44 
    46 /**
    45 /**
    47  * Phonebook 2 server application contact store manager.
    46  * Phonebook 2 server application contact store manager.
   190         MVPbkContactViewBase* iFetchView;
   189         MVPbkContactViewBase* iFetchView;
   191         /// Own: Sort order aquirerer for group extension
   190         /// Own: Sort order aquirerer for group extension
   192         CVPbkSortOrderAcquirer* iSortOrderAcquirer;
   191         CVPbkSortOrderAcquirer* iSortOrderAcquirer;
   193         /// Ref: list of opened contact stores
   192         /// Ref: list of opened contact stores
   194         RPointerArray<MVPbkContactStore> iOpenedStores;
   193         RPointerArray<MVPbkContactStore> iOpenedStores;
   195         /// Own: 
       
   196         CPbk2MyCardFilter* iMyCardFilter;
       
   197     };
   194     };
   198 
   195 
   199 #endif // CPBK2SERVERAPPSTOREMANAGER_H
   196 #endif // CPBK2SERVERAPPSTOREMANAGER_H
   200 
   197 
   201 // End of File
   198 // End of File