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. |
||
---|---|---|
.. | ||
API | ||
AT | ||
common | ||
device | ||
targets |