This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
JSD
/
TinyGSM_Senseright
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
remove vitrual dtors
v_master
Alexander Chernoskutov
5 years ago
parent
f002214d94
commit
587be978b6
15 changed files
with
0 additions
and
30 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/TinyGsmClientA6.h
+0
-1
src/TinyGsmClientBG96.h
+0
-2
src/TinyGsmClientESP8266.h
+0
-2
src/TinyGsmClientM590.h
+0
-2
src/TinyGsmClientM95.h
+0
-2
src/TinyGsmClientMC60.h
+0
-2
src/TinyGsmClientSIM5360.h
+0
-2
src/TinyGsmClientSIM7000.h
+0
-2
src/TinyGsmClientSIM7600.h
+0
-2
src/TinyGsmClientSIM800.h
+0
-2
src/TinyGsmClientSIM808.h
+0
-2
src/TinyGsmClientSaraR4.h
+0
-2
src/TinyGsmClientSequansMonarch.h
+0
-2
src/TinyGsmClientUBLOX.h
+0
-3
src/TinyGsmClientXBee.h
+ 0
- 2
src/TinyGsmClientA6.h
View File
@ -123,8 +123,6 @@ public:
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmA6
(
)
{
}
/*
*
Basic
functions
*/
+ 0
- 1
src/TinyGsmClientBG96.h
View File
@ -146,7 +146,6 @@ public:
{
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmBG96
(
)
{
}
/*
*
Basic
functions
+ 0
- 2
src/TinyGsmClientESP8266.h
View File
@ -141,8 +141,6 @@ public:
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmESP8266
(
)
{
}
/*
*
Basic
functions
*/
+ 0
- 2
src/TinyGsmClientM590.h
View File
@ -121,8 +121,6 @@ public:
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmM590
(
)
{
}
/*
*
Basic
functions
*/
+ 0
- 2
src/TinyGsmClientM95.h
View File
@ -143,8 +143,6 @@ public:
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmM95
(
)
{
}
/*
*
Basic
functions
*/
+ 0
- 2
src/TinyGsmClientMC60.h
View File
@ -147,8 +147,6 @@ public:
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmMC60
(
)
{
}
/*
*
Basic
functions
*/
+ 0
- 2
src/TinyGsmClientSIM5360.h
View File
@ -130,8 +130,6 @@ public:
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmSim5360
(
)
{
}
/*
*
Basic
functions
*/
+ 0
- 2
src/TinyGsmClientSIM7000.h
View File
@ -154,8 +154,6 @@ public:
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmSim7000
(
)
{
}
/*
*
Basic
functions
*/
+ 0
- 2
src/TinyGsmClientSIM7600.h
View File
@ -130,8 +130,6 @@ public:
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmSim7600
(
)
{
}
/*
*
Basic
functions
*/
+ 0
- 2
src/TinyGsmClientSIM800.h
View File
@ -153,8 +153,6 @@ public:
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmSim800
(
)
{
}
/*
*
Basic
functions
*/
+ 0
- 2
src/TinyGsmClientSIM808.h
View File
@ -22,8 +22,6 @@ public:
:
TinyGsmSim800
(
stream
)
{
}
virtual
~
TinyGsmSim808
(
)
{
}
/*
*
GPS
location
functions
*/
+ 0
- 2
src/TinyGsmClientSaraR4.h
View File
@ -172,8 +172,6 @@ public:
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmSaraR4
(
)
{
}
/*
*
Basic
functions
*/
+ 0
- 2
src/TinyGsmClientSequansMonarch.h
View File
@ -183,8 +183,6 @@ public:
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmSequansMonarch
(
)
{
}
/*
*
Basic
functions
*/
+ 0
- 2
src/TinyGsmClientUBLOX.h
View File
@ -164,8 +164,6 @@ public:
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmUBLOX
(
)
{
}
/*
*
Basic
functions
*/
+ 0
- 3
src/TinyGsmClientXBee.h
View File
@ -287,9 +287,6 @@ public:
inCommandMode
=
false
;
memset
(
sockets
,
0
,
sizeof
(
sockets
)
)
;
}
virtual
~
TinyGsmXBee
(
)
{
}
/*
*
Basic
functions
*/
Write
Preview
Loading…
Cancel
Save