equal
deleted
inserted
replaced
160 //cleanup of client resources |
160 //cleanup of client resources |
161 iServer->iSessionCount--; |
161 iServer->iSessionCount--; |
162 } |
162 } |
163 |
163 |
164 |
164 |
165 void SmfServerSymbianSession::clientathorizationFinished(bool success) |
165 void SmfServerSymbianSession::clientAuthorizationFinished(bool success) |
166 { |
166 { |
167 //Client authorization failed |
167 //Client authorization failed |
168 if(!success) |
168 if(!success) |
169 { |
169 { |
170 //TODO:- Should use smf wide error instead |
170 //TODO:- Should use smf wide error instead |