diff -r e6e3e87d58b4 -r 4df3a095718c creator/inc/creator_contactsetcache.h --- a/creator/inc/creator_contactsetcache.h Fri Mar 19 09:29:26 2010 +0200 +++ b/creator/inc/creator_contactsetcache.h Fri Apr 16 14:59:17 2010 +0300 @@ -21,7 +21,7 @@ #define CREATORCONTACTSETCACHE_H_ #include -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) #include #endif @@ -33,7 +33,7 @@ public: static CCreatorContactSet* NewL(TInt aLinkId, TInt aNumOfExistingContacts); virtual ~CCreatorContactSet(); -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) void AppendL(MVPbkContactLink*); TInt NumberOfExistingContacts() const; RPointerArray& ContactLinks(); @@ -46,7 +46,7 @@ //void ConstructL(); TInt iLinkId; TInt iNumOfExistingContacts; -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) RPointerArray iContactLinks; #endif }; @@ -55,7 +55,7 @@ { public: virtual void AppendL(CCreatorContactSet* aContactSet) = 0; -#if(!defined __SERIES60_30__ && !defined __SERIES60_31__) +#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && SYMBIAN_VERSION_SUPPORT < SYMBIAN_4) virtual RPointerArray& ContactLinks(TInt aLinkId) = 0; virtual const RPointerArray& ContactLinks(TInt aLinkId) const = 0; #endif