Retrieve or update the pointer to the next Package
| 13 | |
| 14 | // Retrieve or update the pointer to the next Package |
| 15 | Package* getNext() { return m_next; } |
| 16 | void setNext(Package* package) { m_next = package; } |
| 17 | |
| 18 | private: |
no outgoing calls
no test coverage detected