equal
deleted
inserted
replaced
308 void SmfServer::clientAuthorizationFinished(bool success,SmfClientAuthID authID ) |
308 void SmfServer::clientAuthorizationFinished(bool success,SmfClientAuthID authID ) |
309 { |
309 { |
310 //TODO:- implement this api in session class |
310 //TODO:- implement this api in session class |
311 //note:- in case success is false client completes the request with SmfErrClientAuthFailed |
311 //note:- in case success is false client completes the request with SmfErrClientAuthFailed |
312 //TODO:- define set of smf wide error after consulting with other module owners |
312 //TODO:- define set of smf wide error after consulting with other module owners |
313 authID.session->clientathorizationFinished(success); |
313 authID.session->clientAuthorizationFinished(success); |
314 } |
314 } |
315 /** |
315 /** |
316 * This API is called by PM once its done with request and parsing |
316 * This API is called by PM once its done with request and parsing |
317 * @param requestID The request id which is completed |
317 * @param requestID The request id which is completed |
318 * @param parsedData Serialized data(as per request type) filled by PM |
318 * @param parsedData Serialized data(as per request type) filled by PM |