diff -r cfea66083b62 -r baacf668fe89 phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneindicatorcontroller/logsevent.h --- 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_ */