logsui/logsengine/logssymbianos/inc/logsreaderstates.h
changeset 19 e4c884866116
parent 16 c5af8598d22c
--- a/logsui/logsengine/logssymbianos/inc/logsreaderstates.h	Thu Sep 02 20:27:05 2010 +0300
+++ b/logsui/logsengine/logssymbianos/inc/logsreaderstates.h	Fri Sep 17 08:29:34 2010 +0300
@@ -24,6 +24,7 @@
 #include <logclientchangeobserver.h>
 #include <logviewchangeobserver.h>
 #include "logsduplicatelookup.h"
+#include "logsreaderstatecontext.h"
 
 // FORWARD DECLARATION
 class LogsReaderStateContext;
@@ -204,6 +205,10 @@
         virtual bool enterL();
     private:
         void mergeDuplicates( LogsEvent& usedEvent, LogsEvent& discardedEvent ) const;
+        void searchMatchForNumber( QHash<QString, ContactCacheEntry>& contactMappings, 
+                                   QSet<QString>& numbersWithoutMatch, 
+                                   LogsEvent& event, 
+                                   const QString& num);
         
     private:
         LogsDuplicateLookup mDuplicateLookup;