diff options
author | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2023-03-31 08:56:25 +0300 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-04-26 18:04:16 -0500 |
commit | 7b9778af0eef98d3dd6e17806c9f78fbf2cbb130 (patch) | |
tree | c4ddd25a397dd33917a7579c189c4ee08244c059 /include/mts/MTS_IO_ICellularRadio.h | |
parent | b6d08dfc635dd8f92001ff18a08151792da9a3a6 (diff) | |
download | libmts-io-1.0.35.tar.gz libmts-io-1.0.35.tar.bz2 libmts-io-1.0.35.zip |
This commit does not chanhe any code except whitespace characters. Please look
for the previous commits if you run `git blame`.
Good places to continue the search via git blame:
- 33ed089d4b59bd79ae35f626ea6fc3da20c2edb9 - the commit before time changes;
- 582634c91a778dba7047a69b5559f849d03be112 - the time changes commit before
the merge.
Diffstat (limited to 'include/mts/MTS_IO_ICellularRadio.h')
-rw-r--r-- | include/mts/MTS_IO_ICellularRadio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_ICellularRadio.h b/include/mts/MTS_IO_ICellularRadio.h index 2a22a5a..a698647 100644 --- a/include/mts/MTS_IO_ICellularRadio.h +++ b/include/mts/MTS_IO_ICellularRadio.h @@ -748,6 +748,7 @@ namespace MTS { * CODE::FAILURE otherwise. */ virtual CODE getDiagnostics(std::string& sDiagReport) = 0; + }; } } |