diff -r f4a778e096c2 -r 9da50d567e3c phonebookui/Phonebook2/MapExtension/inc/cpmapcmd.h --- a/phonebookui/Phonebook2/MapExtension/inc/cpmapcmd.h Wed Sep 01 12:29:52 2010 +0100 +++ b/phonebookui/Phonebook2/MapExtension/inc/cpmapcmd.h Tue Sep 14 20:54:53 2010 +0300 @@ -37,6 +37,7 @@ class MVPbkStoreContactField; class TLocality; class CMnMapView; +class MPbk2DialogEliminator; enum TCurrentMapLaunchedByState { @@ -299,6 +300,14 @@ TVPbkFieldTypeParameter iAddressType; /// Own: Is already address is there? TBool iNoAddress; + + /// Ref: For address select dialog's exit handling + ///Doesnt Own + MPbk2DialogEliminator* iAddressSelectEliminator; + + ///Bool to denote whether the Current Obj has been deleted or not + ///Doesnt Own + TBool *iThisPtrDestroyed; }; #endif // CPMAPCMD_H