Skip to content

Commit 75ac444

Browse files
adding NONE as interface in order to make sense of GenericConnectionHandler
1 parent a7deaa1 commit 75ac444

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ConnectionHandlerDefinitions.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ enum class NetworkConnectionEvent {
174174
};
175175

176176
enum class NetworkAdapter {
177+
NONE,
177178
WIFI,
178179
ETHERNET,
179180
NB,

0 commit comments

Comments
 (0)