Argument type is MMRejectCause but I dont want to include GSML3MMElements.h to avoid circular includes.
| 80 | void setImei(string wImei) { imei = wImei; imei_changed = true; } |
| 81 | // Argument type is MMRejectCause but I dont want to include GSML3MMElements.h to avoid circular includes. |
| 82 | void setRejectCode(int val) { |
| 83 | auth = AuthUnauthorized; auth_changed = true; |
| 84 | rejectCode = (int) val; rejectCode_changed = true; |
| 85 | } |
| 86 | void setAuthorized(Authorization wAuth) { |
| 87 | auth = wAuth; auth_changed = true; |
| 88 | rejectCode = 0; rejectCode_changed = true; |