2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 15:35:17 +00:00

[1470] Make io_fetch.cc and .h consistent about type of IOFetchData

Was declared as "class" in one and "struct" in another - now declared
as "struct" in both.
This commit is contained in:
Stephen Morris
2011-12-12 14:45:25 +00:00
parent 0910b0f180
commit 0daa6e10d2

View File

@@ -35,7 +35,7 @@ namespace isc {
namespace asiodns { namespace asiodns {
// Forward declarations // Forward declarations
class IOFetchData; struct IOFetchData;
/// \brief Upstream Fetch Processing /// \brief Upstream Fetch Processing
/// ///