ipsservices/ipssosplugin/src/ipsplgpop3fetchoperation.cpp
branchRCL_3
changeset 60 d620048b4810
parent 13 0396474f30f5
child 63 d189ee25cf9d
equal deleted inserted replaced
52:efd4f1afd43e 60:d620048b4810
   376         }
   376         }
   377     
   377     
   378     return result;
   378     return result;
   379     }
   379     }
   380 
   380 
       
   381 // ----------------------------------------------------------------------------
       
   382 // CIpsPlgPop3FetchOperation::IpsOpType()
       
   383 // ----------------------------------------------------------------------------
       
   384 // 
       
   385 TInt CIpsPlgPop3FetchOperation::IpsOpType() const
       
   386     {
       
   387     FUNC_LOG;
       
   388     return EIpsOpTypePop3PopulateOp;
       
   389     }
   381 // EOF
   390 // EOF
   382 
   391