ipsservices/ipssosplugin/src/ipsplgpop3fetchoperation.cpp
changeset 75 47d84de1c893
parent 30 759dc5235cdb
equal deleted inserted replaced
72:64e38f08e49c 75:47d84de1c893
    77         // Completed, but with an error during fetch.
    77         // Completed, but with an error during fetch.
    78         return *iFetchErrorProgress;
    78         return *iFetchErrorProgress;
    79         }
    79         }
    80     else
    80     else
    81         {
    81         {
    82         TPop3Progress progg;
    82         TPop3Progress progg = TPop3Progress();
    83         progg.iTotalSize = 0;
    83         progg.iTotalSize = 0;
    84         progg.iErrorCode = KErrNone;
    84         progg.iErrorCode = KErrNone;
    85         TPckgBuf<TPop3Progress> param(progg);
    85         TPckgBuf<TPop3Progress> param(progg);
    86         iProgressBuf.Copy(param);
    86         iProgressBuf.Copy(param);
    87         return iProgressBuf;   
    87         return iProgressBuf;