meetingrequest/mrgui/mrlocationplugin/inc/cesmrlocationpluginimpl.h
changeset 1 12c456ceeff2
parent 0 8466d47a6819
child 16 4ce476e64c59
equal deleted inserted replaced
0:8466d47a6819 1:12c456ceeff2
    56     void SetObserver ( MESMRLocationPluginObserver* aObserver );
    56     void SetObserver ( MESMRLocationPluginObserver* aObserver );
    57     
    57     
    58 public:// from base class MESMRLocationPlugin
    58 public:// from base class MESMRLocationPlugin
    59     void SelectFromMapL( const TDesC& aSearchQuery, const TDesC& aLocationUrl );
    59     void SelectFromMapL( const TDesC& aSearchQuery, const TDesC& aLocationUrl );
    60     void SearchFromMapL( const TDesC& aSearchQuery );
    60     void SearchFromMapL( const TDesC& aSearchQuery );
    61     void ShowOnMapL( const TDesC& aLocationUrl );
    61     void ShowOnMapL( const TDesC& aLocation, const TDesC& aLocationUrl );
    62 
    62 
    63 protected: // from base class CActive
    63 protected: // from base class CActive
    64 	void DoCancel();
    64 	void DoCancel();
    65 	void RunL();
    65 	void RunL();
    66 	TInt RunError( TInt aError );
    66 	TInt RunError( TInt aError );