logsui/logsengine/inc/logscommondata.h
changeset 15 76d2cf7a585e
parent 2 7119b73b84d6
child 17 90fe74753f71
--- a/logsui/logsengine/inc/logscommondata.h	Fri Aug 06 14:57:47 2010 +0300
+++ b/logsui/logsengine/inc/logscommondata.h	Mon Aug 23 18:14:51 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;