equal
deleted
inserted
replaced
1206 { |
1206 { |
1207 if(ETransferToDefaultHandler != aCommand) |
1207 if(ETransferToDefaultHandler != aCommand) |
1208 { |
1208 { |
1209 aReqStatus = KErrArgument; |
1209 aReqStatus = KErrArgument; |
1210 return; |
1210 return; |
1211 } |
1211 } |
1212 Set(EMobileUssdMessagingSendMessageDefaultHandler, aReqStatus, aMsgData, aMsgAttributes); |
1212 Set(EMobileUssdMessagingSendMessageDefaultHandler, aReqStatus, aMsgData, aMsgAttributes); |
1213 } |
1213 } |
1214 |
1214 |
1215 EXPORT_C void RMobileUssdMessaging::SendMessageNoFdnCheck(TRequestStatus& aReqStatus, const TDesC8& aMsgData, const TDesC8& aMsgAttributes) const |
1215 EXPORT_C void RMobileUssdMessaging::SendMessageNoFdnCheck(TRequestStatus& aReqStatus, const TDesC8& aMsgData, const TDesC8& aMsgAttributes) const |
1216 /** |
1216 /** |