FIXME -- We actually should not be using this anymore.
| 35 | |
| 36 | // FIXME -- We actually should not be using this anymore. |
| 37 | void L3Message::parse(const L3Frame& source) |
| 38 | { |
| 39 | size_t rp = 16; |
| 40 | parseBody(source,rp); |
| 41 | } |
| 42 | |
| 43 | |
| 44 | void L3Message::write(L3Frame& dest) const |
no outgoing calls
no test coverage detected