diff -r 96907930389d -r 12af337248b1 calendarengines/caleninterimutils/inc/CalenInterimUtils2Impl.h --- a/calendarengines/caleninterimutils/inc/CalenInterimUtils2Impl.h Thu Aug 19 09:53:43 2010 +0300 +++ b/calendarengines/caleninterimutils/inc/CalenInterimUtils2Impl.h Tue Aug 31 15:13:43 2010 +0300 @@ -35,20 +35,6 @@ class CCalInstance; class CCalenEComWatcher; // Watches for installed MR solutions - -/** -* This structure contains UUID info -*/ -typedef struct - { - TUint32 time_low; - TUint16 time_mid; - TUint16 time_high_and_version; - TUint8 clock_seq_hi_and_reserved; - TUint8 clock_seq_low; - TUint8 node[6]; - } SUuid; - // CLASS DECLARATION /** @@ -262,9 +248,6 @@ // Just a wrapper for leaves void DoMRViewersEnabledL(); - - // get system time - void GetSystemTime(TInt64& aTimeStamp); private: //Default Constructor @@ -285,11 +268,6 @@ TInt64 iImeiNode; TBool iMrEnabled; TBool iMrEnabledCheck; - - TUint64 iTimeLast; - TUint16 iThisTick; - TBool iInited ; - }; #endif // __CALENINTERIMUTILS2IMPL_H__