-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,9 +37,9 @@ | |
*/ | ||
|
||
/** | ||
* \file posix_tap_adapter.hpp | ||
* \file registry.hpp | ||
* \author Julien KAUFFMANN <[email protected]> | ||
* \brief The POSIX tap adapter class. | ||
* \brief Windows registry access. | ||
*/ | ||
|
||
#ifndef ASIOTAP_WINDOWS_REGISTRY_HPP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
/** | ||
* \file windows_route_manager.hpp | ||
* \author Julien KAUFFMANN <[email protected]> | ||
* \brief The Windaps route manager class. | ||
* \brief The Windows route manager class. | ||
*/ | ||
|
||
#pragma once | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
/** | ||
* \file windows_tap_adapter.hpp | ||
* \author Julien KAUFFMANN <[email protected]> | ||
* \brief The Windaps tap adapter class. | ||
* \brief The Windows tap adapter class. | ||
*/ | ||
|
||
#ifndef ASIOTAP_WINDOWS_TAP_ADAPTER_HPP | ||
|