branch | RCL_3 |
changeset 22 | d620048b4810 |
parent 11 | 0396474f30f5 |
child 24 | d189ee25cf9d |
20:efd4f1afd43e | 22: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 |