diff -r e6e3e87d58b4 -r 4df3a095718c creator/src/creator_message.cpp --- a/creator/src/creator_message.cpp Fri Mar 19 09:29:26 2010 +0200 +++ b/creator/src/creator_message.cpp Fri Apr 16 14:59:17 2010 +0300 @@ -21,9 +21,10 @@ #include "creator_traces.h" #include "creator_contactsetcache.h" #include -#include -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +//#include + +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) #include #include #include @@ -132,7 +133,7 @@ delete iTmpPhoneNumber; delete iTmpEmail; delete iAttachments; -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) delete iExistingContacts; if( iContactManager ) iContactManager->ContactStoresL().CloseAll(*this); @@ -475,7 +476,7 @@ } -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) // Get number of existing senders and recipients: for( TInt i = 0; i < parameters->iRecipientLinkIds.Count(); ++i ) @@ -1822,7 +1823,7 @@ TBool aUseEmailAddress, TInt aNumOfExistingAddresses ) { -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) if( aNumOfExistingAddresses > 0 || aLinkIds.Count() > 0 ) { @@ -1949,7 +1950,7 @@ } //---------------------------------------------------------------------------- -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) void CCreatorMessages::VPbkSingleContactOperationComplete( MVPbkContactOperationBase& /*aOperation*/, MVPbkStoreContact* aContact )