// Specification of the third index starts here.
boost::multi_index::ordered_non_unique<
boost::multi_index::tag<ExpirationIndexTag>,
- // This is a composite index that will be used to search for
+ // This is a composite index that is used to search for
// the expired leases. Depending on the value of the first component
- // of the search key, the reclaimed or not reclaimed leases will can
+ // of the search key, the reclaimed or not reclaimed leases can
// be searched.
boost::multi_index::composite_key<
Lease6,
"universe=6" : "universe=4");
LeaseMgrFactory::create(s.str());
} catch (const std::exception& ex) {
- std::cerr << "*** ERROR: unable to create instance of the Memfile\n"
+ std::cerr << "*** ERROR: unable to create instance of the Memfile"
" lease database backend: " << ex.what() << std::endl;
throw;
}
try {
LeaseMgrFactory::create(getConfigString(u));
} catch (...) {
- std::cerr << "*** ERROR: unable to create instance of the Memfile\n"
+ std::cerr << "*** ERROR: unable to create instance of the Memfile"
" lease database backend.\n";
throw;
}
-- -----------------------------------------------------------------------
-- Stored procedure to be executed before committing a transaction
-- updating a DHCPv4 client class. It verifies if the class dependency on
--- KNOWN or UNKNOWN built-in classes has changed as a a result of the
+-- KNOWN or UNKNOWN built-in classes has changed as a result of the
-- update. It signals an error if it has changed and there is at least
-- one class depending on this class.
-- -----------------------------------------------------------------------
-- -----------------------------------------------------------------------
-- Stored procedure to be executed before committing a transaction
-- updating a DHCPv6 client class. It verifies if the class dependency on
--- KNOWN or UNKNOWN built-in classes has changed as a a result of the
+-- KNOWN or UNKNOWN built-in classes has changed as a result of the
-- update. It signals an error if it has changed and there is at least
-- one class depending on this class.
-- -----------------------------------------------------------------------
-- -----------------------------------------------------------------------
-- Stored procedure to be executed before committing a transaction
-- updating a DHCPv4 client class. It verifies if the class dependency on
--- KNOWN or UNKNOWN built-in classes has changed as a a result of the
+-- KNOWN or UNKNOWN built-in classes has changed as a result of the
-- update. It signals an error if it has changed and there is at least
-- one class depending on this class.
-- -----------------------------------------------------------------------
-- -----------------------------------------------------------------------
-- Stored procedure to be executed before committing a transaction
-- updating a DHCPv6 client class. It verifies if the class dependency on
--- KNOWN or UNKNOWN built-in classes has changed as a a result of the
+-- KNOWN or UNKNOWN built-in classes has changed as a result of the
-- update. It signals an error if it has changed and there is at least
-- one class depending on this class.
-- -----------------------------------------------------------------------