| 70 | virtual bool IsModified() { if (!build_) { build_ = true; return true; } return false; } |
| 71 | |
| 72 | virtual comm::RetCode ReadConfig(ProtoType &config_pb) {return comm::RetCode::RET_OK;} |
| 73 | |
| 74 | virtual comm::RetCode Rebuild() = 0; |
| 75 |
nothing calls this directly
no outgoing calls
no test coverage detected