equal
deleted
inserted
replaced
63 virtual void ReadContactNameL(TLogContactItemId aContactId, TDes& aName, TLogContactNameFormat aNameFormat)=0; |
63 virtual void ReadContactNameL(TLogContactItemId aContactId, TDes& aName, TLogContactNameFormat aNameFormat)=0; |
64 }; |
64 }; |
65 |
65 |
66 /** Interface UID to be used by all contacts model plugin's for log engine |
66 /** Interface UID to be used by all contacts model plugin's for log engine |
67 @internalAll */ |
67 @internalAll */ |
68 const TUid KUidEComLogCntInterface = {0x20008029}; |
68 #ifdef SYSLIBS_TEST |
69 |
69 const TUid KUidEComLogCntInterface = {0x20008030}; |
|
70 #else |
|
71 const TUid KUidEComLogCntInterface = {0x20008029}; |
|
72 #endif |
70 /** Provides an interface for ECom plugins |
73 /** Provides an interface for ECom plugins |
71 @internalAll */ |
74 @internalAll */ |
72 class CLogCntModel: public CBase, public MLogCntModel |
75 class CLogCntModel: public CBase, public MLogCntModel |
73 { |
76 { |
74 public: |
77 public: |