mirror of https://github.com/ARMmbed/mbed-os.git
AT_CellularContext::do_connect() is a virtual API and therefore can be overwritten in inherited class. The problem was that it sets AT_CellularContext::_is_connected flag but earlier it was set as private member making it impossible to set in overwritten do_connect() method. This commit fixes the problem by changing _is_connected as protected enabling its use in inherited class. |
||
---|---|---|
.. | ||
ATHandler.cpp | ||
ATHandler.h | ||
AT_CellularBase.cpp | ||
AT_CellularBase.h | ||
AT_CellularContext.cpp | ||
AT_CellularContext.h | ||
AT_CellularDevice.cpp | ||
AT_CellularDevice.h | ||
AT_CellularInformation.cpp | ||
AT_CellularInformation.h | ||
AT_CellularNetwork.cpp | ||
AT_CellularNetwork.h | ||
AT_CellularSMS.cpp | ||
AT_CellularSMS.h | ||
AT_CellularStack.cpp | ||
AT_CellularStack.h | ||
AT_ControlPlane_netif.cpp | ||
AT_ControlPlane_netif.h |