@JJB
| 58 | |
| 59 | void SetTransCellID(int transCellID) { m_transCellID = transCellID; } // @JJB** |
| 60 | int GetTransCellID() const { return m_transCellID; } |
| 61 | |
| 62 | int GetMessageType() const { return m_messageType; } |
| 63 |
no outgoing calls
no test coverage detected