We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ecce0 commit ce3d414Copy full SHA for ce3d414
UNITTESTS/target_h/myCellularDevice.h
@@ -35,7 +35,7 @@ class FileHandle;
35
class myCellularDevice : public CellularDevice {
36
public:
37
myCellularDevice(FileHandle *fh) : CellularDevice(fh), _context_list(0), _network(0) {}
38
- ~myCellularDevice()
+ virtual ~myCellularDevice()
39
{
40
delete _context_list;
41
delete _network;
@@ -125,11 +125,6 @@ class myCellularDevice : public CellularDevice {
125
return NSAPI_ERROR_OK;
126
}
127
128
- virtual nsapi_error_t shutdown()
129
- {
130
- return NSAPI_ERROR_OK;
131
- }
132
-
133
virtual nsapi_error_t is_ready()
134
135
0 commit comments