Skip to content

Commit c376e50

Browse files
committed
Moving deprecated warnings outside the class
1 parent c07ef92 commit c376e50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

features/cellular/framework/targets/UBLOX/PPP/UBLOX_PPP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ class UBLOX_PPP : public AT_CellularDevice
3434
virtual CellularPower *open_power(FileHandle *fh);
3535
};
3636

37+
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, Use UBLOX_PPP instead of UBLOX_LISA_U.")
3738
class UBLOX_LISA_U : public UBLOX_PPP
3839
{
39-
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, Use UBLOX_PPP instead of UBLOX_LISA_U.");
4040
};
4141

4242
} // namespace mbed

features/cellular/framework/targets/UBLOX/PPP/UBLOX_PPP_CellularNetwork.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ class UBLOX_PPP_CellularNetwork : public AT_CellularNetwork
3636
virtual nsapi_error_t set_access_technology_impl(operator_t::RadioAccessTechnology opRat);
3737
};
3838

39+
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, Use UBLOX_PPP_CellularNetwork instead of UBLOX_LISA_U_CellularNetwork.")
3940
class UBLOX_LISA_U_CellularNetwork : public UBLOX_PPP_CellularNetwork
4041
{
41-
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, Use UBLOX_PPP_CellularNetwork instead of UBLOX_LISA_U_CellularNetwork.");
4242
};
4343

4444
} // namespace mbed

features/cellular/framework/targets/UBLOX/PPP/UBLOX_PPP_CellularPower.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ class UBLOX_PPP_CellularPower : public AT_CellularPower
3535
virtual nsapi_error_t off();
3636
};
3737

38+
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, Use UBLOX_PPP_CellularPower instead of UBLOX_LISA_U_CellularPower.")
3839
class UBLOX_LISA_U_CellularPower : public UBLOX_PPP_CellularPower
3940
{
40-
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, Use UBLOX_PPP_CellularPower instead of UBLOX_LISA_U_CellularPower.");
4141
};
4242

4343
} // namespace mbed

0 commit comments

Comments
 (0)