ipsservices/ipssosplugin/src/ipsplgpop3fetchoperation.cpp
changeset 68 83cc6bae1de8
parent 43 99bcbff212ad
equal deleted inserted replaced
67:459da34cdb45 68:83cc6bae1de8
    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;