phonebookui/Phonebook2/inc/CPbk2AttachmentFile.h
branchCompilerCompatibility
changeset 20 1b9ba0f503d4
parent 0 e686773b3f54
equal deleted inserted replaced
19:a9edf7d1c79a 20:1b9ba0f503d4
    54          * @param aRfs      Open file server session handle.
    54          * @param aRfs      Open file server session handle.
    55          * @param aFileMode Mode in which to create the file.
    55          * @param aFileMode Mode in which to create the file.
    56          *                  @see RFile::Create.
    56          *                  @see RFile::Create.
    57          * @return  A new instance of this class.
    57          * @return  A new instance of this class.
    58          */
    58          */
    59         static CPbk2AttachmentFile* NewL(
    59         IMPORT_C static CPbk2AttachmentFile* NewL(
    60                 const TDesC& aBaseName,
    60                 const TDesC& aBaseName,
    61                 RFs& aRfs,
    61                 RFs& aRfs,
    62                 TUint aFileMode = EFileStream|EFileShareExclusive|EFileWrite );
    62                 TUint aFileMode = EFileStream|EFileShareExclusive|EFileWrite );
    63 
    63 
    64         /**
    64         /**
   162         /**
   162         /**
   163          * Constructor.
   163          * Constructor.
   164          *
   164          *
   165          * @param aGranularity  Array reallocation granularity.
   165          * @param aGranularity  Array reallocation granularity.
   166          */
   166          */
   167         CPbk2AttachmentFileArray(
   167         IMPORT_C CPbk2AttachmentFileArray(
   168                 TInt aGranularity );
   168                 TInt aGranularity );
   169 
   169 
   170         /**
   170         /**
   171          * Destructor.
   171          * Destructor.
   172          * Deletes all CPbk2AttachmentFile objects in the array.
   172          * Deletes all CPbk2AttachmentFile objects in the array.