| 29 | { |
| 30 | |
| 31 | LearnerState :: LearnerState(const Config * poConfig, const LogStorage * poLogStorage) |
| 32 | : m_oPaxosLog(poLogStorage) |
| 33 | { |
| 34 | m_poConfig = (Config *)poConfig; |
| 35 | |
| 36 | Init(); |
| 37 | } |
| 38 | |
| 39 | LearnerState :: ~LearnerState() |
| 40 | { |
nothing calls this directly
no outgoing calls
no test coverage detected