| 32 | virtual ~PersistentObject(); |
| 33 | |
| 34 | Suscan::Serializable * |
| 35 | getConfig(void) const |
| 36 | { |
| 37 | return this->config; |
| 38 | } |
| 39 | |
| 40 | void assertConfig(void); |
| 41 | void loadSerializedConfig(Suscan::Object const &object); |
no outgoing calls
no test coverage detected