| 758 | } |
| 759 | |
| 760 | void Instance :: NewInstance() |
| 761 | { |
| 762 | m_oAcceptor.NewInstance(); |
| 763 | m_oLearner.NewInstance(); |
| 764 | m_oProposer.NewInstance(); |
| 765 | } |
| 766 | |
| 767 | const uint64_t Instance :: GetNowInstanceID() |
| 768 | { |
nothing calls this directly
no test coverage detected