2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 23:45:27 +00:00

[#1073] minor changes

This commit is contained in:
Razvan Becheriu
2020-01-21 11:14:26 +02:00
parent 349f37dc15
commit f5403c7f51

View File

@@ -1180,7 +1180,7 @@ private:
size_t persistent_index_; size_t persistent_index_;
//@} //@}
/// @brief User context; /// @brief User context
size_t user_context_index_; size_t user_context_index_;
/// @brief Option id for last processed row. /// @brief Option id for last processed row.
@@ -1904,7 +1904,7 @@ private:
MYSQL_BIND bind_[OPTION_COLUMNS]; MYSQL_BIND bind_[OPTION_COLUMNS];
}; };
} // end of anonymous namespace } // namespace
namespace isc { namespace isc {
namespace dhcp { namespace dhcp {
@@ -2554,7 +2554,7 @@ TaggedStatementArray tagged_statements = { {
} }
}; };
}; // anonymous namespace } // namespace
// MySqlHostContext Constructor // MySqlHostContext Constructor
@@ -3507,7 +3507,8 @@ MySqlHostDataSource::getDescription() const {
"in MySQL database")); "in MySQL database"));
} }
std::pair<uint32_t, uint32_t> MySqlHostDataSource::getVersion() const { std::pair<uint32_t, uint32_t>
MySqlHostDataSource::getVersion() const {
return(impl_->getVersion()); return(impl_->getVersion());
} }