folded long lines, and adjusted the position of '*'s.
should be trivial enough, directly committing.
455. [func]* vorner
- The server now uses never API for data sources. This would be an internal
- change, however, the data sources are now configured differently. Please,
- migrate your configuration to the top-level "data_sources" module.
+ The server now uses newer API for data sources. This would be an
+ internal change, however, the data sources are now configured
+ differently. Please, migrate your configuration to the top-level
+ "data_sources" module.
(Trac #1976, git 0d4685b3e7603585afde1b587cbfefdfaf6a1bb3)
454. [bug] jelte
/// \throw isc::InvalidParameter if any of the parameters is NULL
/// \throw isc::config::ModuleCCError if the remote configuration is not
/// available for some reason.
- static void init(isc::config::ModuleCCSession *session,
- Server *server)
+ static void init(isc::config::ModuleCCSession* session,
+ Server* server)
{
if (session == NULL) {
isc_throw(isc::InvalidParameter, "The session must not be NULL");