mds_plat/location_manager_api/inc/rlocationmanager.h
branchRCL_3
changeset 8 50de4d668bb6
parent 2 b73a2e62868f
equal deleted inserted replaced
7:3cebc1a84278 8:50de4d668bb6
    62 	/**
    62 	/**
    63 	 * Completes an asynchronous request with an error code.
    63 	 * Completes an asynchronous request with an error code.
    64 	 * @param aError Symbian error code
    64 	 * @param aError Symbian error code
    65 	 */
    65 	 */
    66 	void CompleteRequest(TRequestStatus& aStatus, TInt aError);
    66 	void CompleteRequest(TRequestStatus& aStatus, TInt aError);
    67        
    67 
    68 protected:
       
    69     /**
       
    70      * Buffer for names.
       
    71      * Own.
       
    72      */    
       
    73     CBufFlat* iNameBuf;
       
    74     };
    68     };
    75     
    69     
    76 #endif // R_RLOCATIONMANAGER_H
    70 #endif // R_RLOCATIONMANAGER_H
    77 
    71 
    78 //End of File
    72 //End of File