Index: sources/storage/logger.h =================================================================== diff -u -rd2035a8728794afeefaa244bf8d1597926d945f5 -r618891879f5cdc68e37ee68eea005afb76dd4e5b --- sources/storage/logger.h (.../logger.h) (revision d2035a8728794afeefaa244bf8d1597926d945f5) +++ sources/storage/logger.h (.../logger.h) (revision 618891879f5cdc68e37ee68eea005afb76dd4e5b) @@ -1,16 +1,16 @@ /*! - * + * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * + * * \file logger.h * \author (last) Behrouz NematiPour * \date (last) 04-Feb-2020 * \author (original) Behrouz NematiPour * \date (original) 24-Sep-2019 - * + * */ #pragma once @@ -62,7 +62,7 @@ public : enum LogType { - eLogDebug, ///< Application Error : CANBus messages doesn't have error it's Evnet/Data only + eLogDebug, ///< Application Error : CANBus messages doesn't have error it's Event/Data only eLogEvent, ///< Massages on the CANBus : Error is an event type eLogDatum, ///< Massages on the CANBus : Broadcast data type @@ -151,7 +151,7 @@ // ----- Remove Old Logs structure private: int removeLogs(); -private slots: // this slot is thread safe and can be called from outside but preffered not to. +private slots: // this slot is thread safe and can be called from outside but preferred not to. bool concurrentRemoveLogs(); void onRemoveLogs(); signals: