| 68 | } |
| 69 | |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected