browserutilities/downloadmgr/DownloadMgrServEng/Inc/DownloadDataServ.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   210         * @param aTempFilename TempPath filename.
   210         * @param aTempFilename TempPath filename.
   211         * @return ETrue if set, EFalse for invalid data.
   211         * @return ETrue if set, EFalse for invalid data.
   212         */
   212         */
   213         TBool SetTempFilenameL( const TDesC& aTempFilename );
   213         TBool SetTempFilenameL( const TDesC& aTempFilename );
   214         
   214         
       
   215         /**
       
   216         * Set StatusCode attribute.
       
   217         * @param aStatusCode.
       
   218         * @return void.
       
   219         */
       
   220         void SetStatusCode( TInt aStatusCode );
   215     private:    // implementation details
   221     private:    // implementation details
   216 
   222 
   217         /**
   223         /**
   218         * Common setter for string attributes, with overflow check.
   224         * Common setter for string attributes, with overflow check.
   219         * @param aBuf Buffer to set.
   225         * @param aBuf Buffer to set.