| 3316 | |
| 3317 | |
| 3318 | void Service::get_action_svc_data(const ClumpletReader& spb, string& switches, bool bigint) |
| 3319 | { |
| 3320 | string s; |
| 3321 | s.printf("%" SQUADFORMAT" ", (bigint ? spb.getBigInt() : (SINT64) spb.getInt())); |
| 3322 | switches += s; |
| 3323 | } |
| 3324 | |
| 3325 | |
| 3326 | bool Service::get_action_svc_parameter(UCHAR action, |