* @brief Commit the page * * The implementation is supposed to read the configuration (and * throw exceptions if the configuration something is invalid) * and commit the changes through * The options object can be cast to the specific format object. */
| 87 | * The options object can be cast to the specific format object. |
| 88 | */ |
| 89 | virtual void commit (db::FormatSpecificWriterOptions * /*options*/, const db::Technology * /*tech*/, bool /*gzip*/) |
| 90 | { |
| 91 | // the default implementation does nothing. |
| 92 | } |
| 93 | }; |
| 94 | |
| 95 | /** |
no outgoing calls
no test coverage detected