| 617 | } |
| 618 | |
| 619 | void initMTSMS(TranEntry *tran) |
| 620 | { |
| 621 | tran->teSetProcedure(new MTSMSMachine(tran)); |
| 622 | //tran->lockAndStart(new MTSMSMachine(tran)); |
| 623 | } |
| 624 | |
| 625 | #if UNUSED // (pat) what was I thinking here? |
| 626 | // Parse an incoming SMS message into RPData, save everything else we need. |
no test coverage detected