diff -r e6e3e87d58b4 -r 4df3a095718c creator/src/creator_calendar.cpp --- a/creator/src/creator_calendar.cpp Fri Mar 19 09:29:26 2010 +0200 +++ b/creator/src/creator_calendar.cpp Fri Apr 16 14:59:17 2010 +0300 @@ -19,7 +19,7 @@ #include "creator_calendar.h" #include "creator_traces.h" #include "creator_scriptentry.h" -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) #include "creator_contactsetcache.h" #include "creator_virtualphonebook.h" #endif @@ -28,7 +28,7 @@ #include #include -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) #include #include #include @@ -343,7 +343,7 @@ delete iWaiter; delete iTmpCN; delete iTmpEmail; -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) delete iExistingContacts; delete iTempContact; delete iContactManager; @@ -797,7 +797,7 @@ } // Linked attendees: -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) CVPbkContactStoreUriArray* uriArray = CVPbkContactStoreUriArray::NewLC(); uriArray->AppendL( TVPbkContactStoreUriPtr(VPbkContactStoreUris::DefaultCntDbUri())); @@ -1444,7 +1444,7 @@ } -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) void CCreatorInterimCalendar::VPbkSingleContactOperationComplete( MVPbkContactOperationBase& /*aOperation*/, MVPbkStoreContact* aContact )