serviceproviders/sapi_landmarks/landmarksservice/inc/clandmarkdummyao.h
changeset 27 02682e02e51f
parent 26 5d0ec8b709be
equal deleted inserted replaced
26:5d0ec8b709be 27:02682e02e51f
    57 	void Start(TInt32 aTransactionId,
    57 	void Start(TInt32 aTransactionId,
    58 			CLandmarkDummyAO::TCommand aCmd, TPosLmItemId aId,
    58 			CLandmarkDummyAO::TCommand aCmd, TPosLmItemId aId,
    59 			TInt aError);
    59 			TInt aError);
    60 
    60 
    61 private:
    61 private:
       
    62     
       
    63     void Delay(TInt aError);
       
    64     
    62 	//from CActive
    65 	//from CActive
    63 
    66 
    64 	// RunL.
    67 	// RunL.
    65 	// This functions gets called after completion of async request.
    68 	// This functions gets called after completion of async request.
    66 	void RunL();
    69 	void RunL();
    90 
    93 
    91 	TCommand iCmd;
    94 	TCommand iCmd;
    92 
    95 
    93 	TPosLmItemId iId;
    96 	TPosLmItemId iId;
    94 
    97 
       
    98 	TBool iIsDelay;
    95 	};
    99 	};
    96 
   100 
    97 #endif /* CLANDMARKDUMMYAO_H_ */
   101 #endif /* CLANDMARKDUMMYAO_H_ */
    98 
   102 
    99 // End of File
   103 // End of File