Add missing IMPORT_C to two functions, to match the EXPORT_C in the corresponding cpp files
--- 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 );
/**