email/imum/Mtms/Inc/IMAPPRGR.INL
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 1999 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  IMAPPRGR.INL
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 TImap4UiProgress::TImap4UiProgress()
       
    20 	:	iType(KImap4UiProgressType),
       
    21 		iUiOperation(ECompleted),
       
    22 		iFoldersToDo(0),
       
    23 		iFoldersDone(0),
       
    24 		iFoldersFailed(0),
       
    25 		iBytesToDo(0),
       
    26 		iBytesDone(0),
       
    27 		iReturnedMsvId(0),
       
    28 		iError(KErrNone),
       
    29 		iSeparatorChar(0)
       
    30 
       
    31 	{}