File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ class ConnectionHandler {
83
83
* in INIT state. otherwise nothing is performed. The type of the interface should match
84
84
* the type of the settings provided
85
85
*/
86
- inline void updateSetting (const models::NetworkSetting& s) {
86
+ virtual void updateSetting (const models::NetworkSetting& s) {
87
87
if (_current_net_connection_state == NetworkConnectionState::INIT && s.type == _interface) {
88
88
memcpy (&_settings, &s, sizeof (s));
89
89
}
@@ -100,11 +100,8 @@ class ConnectionHandler {
100
100
virtual NetworkConnectionState update_handleDisconnecting () = 0;
101
101
virtual NetworkConnectionState update_handleDisconnected () = 0;
102
102
103
- <<<<<<< HEAD:src/ConnectionHandlerInterface.h
104
- =======
105
103
models::NetworkSetting _settings;
106
104
107
- >>>>>>> 8ee4dcd (readapting ConnectionHandlerInterface to use setting struct ):src/Arduino_ConnectionHandlerInterface.h
108
105
private:
109
106
110
107
unsigned long _lastConnectionTickTime;
You can’t perform that action at this time.
0 commit comments