diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-09 02:34:18 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:10:40 +0100 |
commit | 8d5dc1c1245c81773768a64b11ad1c322e757a69 (patch) | |
tree | ec47193c5cc5b1e88603b7e87e302927e17d401e /src/diagnostic/diagnostic-manager.hpp | |
parent | 79cb12807f8a092acd3323d407a4661db9c04a74 (diff) |
Respect the signature requested by uds-c lib.
Change-Id: I7d7a96b45323f698e884c4db289370eec199d990
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/diagnostic/diagnostic-manager.hpp')
-rw-r--r-- | src/diagnostic/diagnostic-manager.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/diagnostic/diagnostic-manager.hpp b/src/diagnostic/diagnostic-manager.hpp index 8aa9240c..4414aa5e 100644 --- a/src/diagnostic/diagnostic-manager.hpp +++ b/src/diagnostic/diagnostic-manager.hpp @@ -39,8 +39,8 @@ */ class diagnostic_manager_t { protected: - void shims_logger(const char* m); - void shims_timer(); + static void shims_logger(const char* m, ...); + static void shims_timer(); private: DiagnosticShims shims_; /*!< shims_ - An array of shim functions for each CAN bus that plug the diagnostics |