phonebookui/Phonebook2/MapExtension/inc/cpmapcmd.h
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
    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;
       
    41 
    40 
    42 enum TCurrentMapLaunchedByState
    41 enum TCurrentMapLaunchedByState
    43     {
    42     {
    44     EMapNone = 1,
    43     EMapNone = 1,
    45     EMapAssignFromMaps,
    44     EMapAssignFromMaps,
   298 		TCurrentMapLaunchedByState iCurrentMapLaunchedByState;
   297 		TCurrentMapLaunchedByState iCurrentMapLaunchedByState;
   299 		/// Own: Current AddressType
   298 		/// Own: Current AddressType
   300 		TVPbkFieldTypeParameter iAddressType;
   299 		TVPbkFieldTypeParameter iAddressType;
   301 		/// Own: Is already address is there?
   300 		/// Own: Is already address is there?
   302 		TBool iNoAddress;
   301 		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;
       
   311     };
   302     };
   312 
   303 
   313 #endif // CPMAPCMD_H
   304 #endif // CPMAPCMD_H
   314 
   305 
   315 // End of File
   306 // End of File