mbed-os/connectivity/netsocket/source
Mingjie Shen 4c3928ecf4 Avoid calling virtual functions from constructors and destructors
Virtual functions are resolved statically (not dynamically) in
constructors and destructors for the same class. The call should be made
explicitly static by qualifying it using the scope resolution operator.
2023-04-18 23:18:27 -04:00
..
CellularNonIPSocket.cpp Code improvements for the unresolved comments 2021-09-03 12:49:00 +01:00
DTLSSocket.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
DTLSSocketWrapper.cpp DTLSSocket handshake timeout calls object functions even if object is destructed. Fixed by removing timeout event from event queue on close/destruction. 2021-09-28 11:07:30 +02:00
EMACInterface.cpp New feature: send/recv message implementation added to network stack 2021-09-01 09:13:57 +01:00
EthernetInterface.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
ICMPSocket.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
InternetDatagramSocket.cpp Code improvements for the unresolved comments 2021-09-03 12:49:00 +01:00
InternetSocket.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
L3IPInterface.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
NetStackMemoryManager.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
NetworkInterface.cpp Fix 'netsocket: several dynamic allocation results not checked' (#14210) 2021-06-07 14:54:37 +01:00
NetworkInterfaceDefaults.cpp Remove Cellular dependency in netsocket 2020-12-03 18:16:33 +01:00
NetworkStack.cpp Code improvements for the unresolved comments 2021-09-03 12:49:00 +01:00
PPPInterface.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
SocketAddress.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
SocketStats.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
TCPSocket.cpp Removing FIXME comment and adding empty line in the test file 2021-09-07 14:55:50 +01:00
TLSSocket.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
TLSSocketWrapper.cpp Avoid calling virtual functions from constructors and destructors 2023-04-18 23:18:27 -04:00
UDPSocket.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
WiFiAccessPoint.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
nsapi_dns.cpp Fix 'netsocket: several dynamic allocation results not checked' (#14210) 2021-06-07 14:54:37 +01:00
nsapi_ppp.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00