# HG changeset patch # User William Roberts # Date 1270584810 -3600 # Node ID 1b9ba0f503d49fed0c848e8a0676ed8cc18d2850 # Parent a9edf7d1c79a05cd64d10803b3dd0262b806a833 Add missing IMPORT_C to two functions, to match the EXPORT_C in the corresponding cpp files diff -r a9edf7d1c79a -r 1b9ba0f503d4 phonebookui/Phonebook2/inc/CPbk2AttachmentFile.h --- a/phonebookui/Phonebook2/inc/CPbk2AttachmentFile.h Tue Apr 06 21:07:59 2010 +0100 +++ b/phonebookui/Phonebook2/inc/CPbk2AttachmentFile.h Tue Apr 06 21:13:30 2010 +0100 @@ -56,7 +56,7 @@ * @see RFile::Create. * @return A new instance of this class. */ - static CPbk2AttachmentFile* NewL( + IMPORT_C static CPbk2AttachmentFile* NewL( const TDesC& aBaseName, RFs& aRfs, TUint aFileMode = EFileStream|EFileShareExclusive|EFileWrite ); @@ -164,7 +164,7 @@ * * @param aGranularity Array reallocation granularity. */ - CPbk2AttachmentFileArray( + IMPORT_C CPbk2AttachmentFileArray( TInt aGranularity ); /**