Add missing IMPORT_C to two functions, to match the EXPORT_C in the corresponding cpp files CompilerCompatibility
authorWilliam Roberts <williamr@symbian.org>
Tue, 06 Apr 2010 21:13:30 +0100
branchCompilerCompatibility
changeset 20 1b9ba0f503d4
parent 19 a9edf7d1c79a
child 22 5577f3882caa
Add missing IMPORT_C to two functions, to match the EXPORT_C in the corresponding cpp files
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 );
 
         /**