| 71 | public: |
| 72 | MachineStatus machineRunState(int state, const GSM::L3Message* l3msg, const SIP::DialogMessage *sipmsg); |
| 73 | MOCMachine(TranEntry *wTran) : CCBase(wTran) {} |
| 74 | const char *debugName() const { return "MOCMachine"; } |
| 75 | }; // mMOCProcedure; |
| 76 |
nothing calls this directly
no outgoing calls
no test coverage detected