phonebookui/Phonebook2/MapExtension/inc/cpmapcmd.h
branchRCL_3
changeset 21 9da50d567e3c
parent 20 f4a778e096c2
equal deleted inserted replaced
20:f4a778e096c2 21:9da50d567e3c
    35 class MPbk2ContactEditorControl;
    35 class MPbk2ContactEditorControl;
    36 class MPbk2ContactEditorControlExtension;
    36 class MPbk2ContactEditorControlExtension;
    37 class MVPbkStoreContactField;
    37 class MVPbkStoreContactField;
    38 class TLocality;
    38 class TLocality;
    39 class CMnMapView;
    39 class CMnMapView;
       
    40 class MPbk2DialogEliminator;
    40 
    41 
    41 enum TCurrentMapLaunchedByState
    42 enum TCurrentMapLaunchedByState
    42     {
    43     {
    43     EMapNone = 1,
    44     EMapNone = 1,
    44     EMapAssignFromMaps,
    45     EMapAssignFromMaps,
   297 		TCurrentMapLaunchedByState iCurrentMapLaunchedByState;
   298 		TCurrentMapLaunchedByState iCurrentMapLaunchedByState;
   298 		/// Own: Current AddressType
   299 		/// Own: Current AddressType
   299 		TVPbkFieldTypeParameter iAddressType;
   300 		TVPbkFieldTypeParameter iAddressType;
   300 		/// Own: Is already address is there?
   301 		/// Own: Is already address is there?
   301 		TBool iNoAddress;
   302 		TBool iNoAddress;
       
   303 		
       
   304 		/// Ref: For address select dialog's exit handling
       
   305 		///Doesnt Own
       
   306 		MPbk2DialogEliminator* iAddressSelectEliminator;
       
   307 		        
       
   308 		///Bool to denote whether the Current Obj has been deleted or not
       
   309     	///Doesnt Own
       
   310 	    TBool *iThisPtrDestroyed;
   302     };
   311     };
   303 
   312 
   304 #endif // CPMAPCMD_H
   313 #endif // CPMAPCMD_H
   305 
   314 
   306 // End of File
   315 // End of File