logsui/logsengine/inc/logscommondata.h
changeset 16 c5af8598d22c
parent 2 7119b73b84d6
child 17 90fe74753f71
--- a/logsui/logsengine/inc/logscommondata.h	Wed Aug 18 09:49:12 2010 +0300
+++ b/logsui/logsengine/inc/logscommondata.h	Thu Sep 02 20:27:05 2010 +0300
@@ -60,12 +60,17 @@
         
         int updateConfiguration(const LogsConfigurationParams& params);
         LogsConfigurationParams& currentConfiguration();
+        
+        void setTelNumMatchLen(int matchLen);
+        int telNumMatchLen() const;
+        
     private:
         
         QContactManager* mContactManager;
         int mMaxReadSize;
         LogsEvent::LogsDirection mMaxReadSizeDir;
         LogsConfigurationParams mConfiguration;
+        int mMatchLen;
     
     private:
         friend class UT_LogsCommonData;