phonebookui/Phonebook2/MapExtension/inc/cpmapcontacteditorextension.h
branchRCL_3
changeset 45 34879f5cfc63
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
39:a6539d1e8e43 45:34879f5cfc63
    28 class CEikMenuPane;
    28 class CEikMenuPane;
    29 class CVPbkContactManager;
    29 class CVPbkContactManager;
    30 class MPbk2ContactEditorControl;
    30 class MPbk2ContactEditorControl;
    31 class MPbk2ContactEditorUIField;
    31 class MPbk2ContactEditorUIField;
    32 class MPbk2UIField;
    32 class MPbk2UIField;
    33 
    33 class MPbk2Command;
    34 // CLASS DECLARATION
    34 // CLASS DECLARATION
    35 class CPmapContactEditorExtension : public CBase,
    35 class CPmapContactEditorExtension : public CBase,
    36 								    public MPbk2ContactEditorExtension,
    36 								    public MPbk2ContactEditorExtension,
    37 								    public MPbk2ContactEditorExtensionExtension
    37 								    public MPbk2ContactEditorExtensionExtension
    38     {
    38     {
   105         CVPbkContactManager& iContactManager;
   105         CVPbkContactManager& iContactManager;
   106         /// Ref: The edited contact
   106         /// Ref: The edited contact
   107         MVPbkStoreContact& iContact;
   107         MVPbkStoreContact& iContact;
   108         /// Ref: Contact editor control
   108         /// Ref: Contact editor control
   109         MPbk2ContactEditorControl& iEditorControl;
   109         MPbk2ContactEditorControl& iEditorControl;
   110 
   110         /// Own: Map command controller
       
   111         MPbk2Command* iCmd;
   111 	};
   112 	};
   112 
   113 
   113 #endif // CPMAPCONTACTEDITOREXTENSION_H
   114 #endif // CPMAPCONTACTEDITOREXTENSION_H
   114 
   115 
   115 // End of File
   116 // End of File