--- a/email/pop3andsmtpmtm/servermtmutils/src/IMCVSEND.CPP Tue Aug 31 15:11:31 2010 +0300
+++ b/email/pop3andsmtpmtm/servermtmutils/src/IMCVSEND.CPP Wed Sep 01 12:31:54 2010 +0100
@@ -2222,7 +2222,7 @@
iIsNewChunk = ETrue;
iCurrentChunk.Close();
- iCurrentChunk.CreateL(KChunkSize);
+ iCurrentChunk.Create(KChunkSize);
if (aServerEntry.HasStoreL())
{
@@ -2303,7 +2303,7 @@
TInt currentChunkLength = iCurrentChunk.Length();
// Resize iCurrentChunk as per data left for send operation.
- iCurrentChunk.ReAllocL(KChunkSize + currentChunkLength);
+ iCurrentChunk.ReAlloc(KChunkSize + currentChunkLength);
iCurrentChunk.SetMax();
TPtr16 restoredChunkPtr = iCurrentChunk.MidTPtr(currentChunkLength);