mirror of https://github.com/ARMmbed/mbed-os.git
Moving deprecated warnings outside the class
parent
c07ef92470
commit
c376e501aa
|
@ -34,9 +34,9 @@ public: // CellularDevice
|
|||
virtual CellularPower *open_power(FileHandle *fh);
|
||||
};
|
||||
|
||||
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, Use UBLOX_PPP instead of UBLOX_LISA_U.")
|
||||
class UBLOX_LISA_U : public UBLOX_PPP
|
||||
{
|
||||
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, Use UBLOX_PPP instead of UBLOX_LISA_U.");
|
||||
};
|
||||
|
||||
} // namespace mbed
|
||||
|
|
|
@ -36,9 +36,9 @@ protected:
|
|||
virtual nsapi_error_t set_access_technology_impl(operator_t::RadioAccessTechnology opRat);
|
||||
};
|
||||
|
||||
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, Use UBLOX_PPP_CellularNetwork instead of UBLOX_LISA_U_CellularNetwork.")
|
||||
class UBLOX_LISA_U_CellularNetwork : public UBLOX_PPP_CellularNetwork
|
||||
{
|
||||
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, Use UBLOX_PPP_CellularNetwork instead of UBLOX_LISA_U_CellularNetwork.");
|
||||
};
|
||||
|
||||
} // namespace mbed
|
||||
|
|
|
@ -35,9 +35,9 @@ public: //from CellularPower
|
|||
virtual nsapi_error_t off();
|
||||
};
|
||||
|
||||
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, Use UBLOX_PPP_CellularPower instead of UBLOX_LISA_U_CellularPower.")
|
||||
class UBLOX_LISA_U_CellularPower : public UBLOX_PPP_CellularPower
|
||||
{
|
||||
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, Use UBLOX_PPP_CellularPower instead of UBLOX_LISA_U_CellularPower.");
|
||||
};
|
||||
|
||||
} // namespace mbed
|
||||
|
|
Loading…
Reference in New Issue