2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[3681_rebase] Changes after review

- Indent fixed
 - Missing parameter descriptions added
This commit is contained in:
Tomek Mrugalski
2015-08-24 15:18:49 +02:00
parent e626cf0d38
commit 278a4e3117
3 changed files with 6 additions and 7 deletions

View File

@@ -432,9 +432,6 @@ public:
};
private:
/// @brief MySQL connection
MySqlConnection conn_;
/// @brief Add Lease Common Code
///
/// This method performs the common actions for both flavours (V4 and V6)
@@ -611,7 +608,8 @@ private:
boost::scoped_ptr<MySqlLease4Exchange> exchange4_; ///< Exchange object
boost::scoped_ptr<MySqlLease6Exchange> exchange6_; ///< Exchange object
/// @brief MySQL connection
MySqlConnection conn_;
};
}; // end of isc::dhcp namespace