Skip to content

Commit b9e69a9

Browse files
adding NONE as interface in order to make sense of GenericConnectionHandler
1 parent ce0aeb4 commit b9e69a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ConnectionHandlerDefinitions.h

+1
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)