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