phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneindicatorcontroller/logsevent.h
changeset 78 baacf668fe89
parent 74 d1c62c765e48
--- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneindicatorcontroller/logsevent.h	Mon Oct 04 16:06:10 2010 +0300
+++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneindicatorcontroller/logsevent.h	Fri Oct 15 12:58:46 2010 +0300
@@ -26,6 +26,14 @@
 Q_OBJECT
  
 public:
+
+enum LogsEventType
+        {
+        TypeUndefined = -1,
+        TypeVoiceCall,
+        TypeVideoCall,
+        TypeVoIPCall
+        };
  
     LogsEvent();
     virtual ~LogsEvent();
@@ -34,6 +42,7 @@
     bool isRemotePartyPrivate()const ;
     const QString& remoteParty() const;
     const QString& number() const;
+    LogsEventType eventType() const;
 };
 
 #endif /* LOGSEVENT_H_ */