logsui/logsengine/src/logscommondata.cpp
changeset 2 7119b73b84d6
parent 0 4a5361db8937
child 15 76d2cf7a585e
equal deleted inserted replaced
0:4a5361db8937 2:7119b73b84d6
    16 */
    16 */
    17 
    17 
    18 //USER
    18 //USER
    19 #include "logscommondata.h"
    19 #include "logscommondata.h"
    20 #include "logslogger.h"
    20 #include "logslogger.h"
       
    21 #include "logsconfigurationparams.h"
    21 
    22 
    22 //SYSTEM
    23 //SYSTEM
    23 #include <qcontactmanager.h>
    24 #include <qcontactmanager.h>
    24 
    25 
    25 
    26 
   108 LogsEvent::LogsDirection LogsCommonData::maxReadSizeDirection() const
   109 LogsEvent::LogsDirection LogsCommonData::maxReadSizeDirection() const
   109 {
   110 {
   110     return mMaxReadSizeDir;
   111     return mMaxReadSizeDir;
   111 }
   112 }
   112 
   113 
       
   114 // -----------------------------------------------------------------------------
       
   115 //
       
   116 // -----------------------------------------------------------------------------
       
   117 //
       
   118 int LogsCommonData::updateConfiguration(const LogsConfigurationParams& params)
       
   119 {
       
   120     mConfiguration = params;
       
   121     return 0;
       
   122 }
       
   123 
       
   124 // -----------------------------------------------------------------------------
       
   125 //
       
   126 // -----------------------------------------------------------------------------
       
   127 //
       
   128 LogsConfigurationParams& LogsCommonData::currentConfiguration()
       
   129 {
       
   130     return mConfiguration;
       
   131 }
   113 // End of file
   132 // End of file
   114 
   133