email/imap4mtm/imapmailstore/src/cstoreutilities.cpp
changeset 52 12db4185673b
parent 0 72b543305e3a
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    46 	return self;
    46 	return self;
    47 	}
    47 	}
    48 	
    48 	
    49 void CStoreUtilities::ConstructL()
    49 void CStoreUtilities::ConstructL()
    50 	{
    50 	{
    51 	User::LeaveIfError(iFs.Connect());
       
    52 	// Create converter objects
    51 	// Create converter objects
    53 	iCharacterConverter=CCnvCharacterSetConverter::NewL();
    52 	iCharacterConverter=CCnvCharacterSetConverter::NewL();
    54 	iCharConv=CImConvertCharconv::NewL(*iCharacterConverter, iFs);	
    53 	iCharConv=CImConvertCharconv::NewL(*iCharacterConverter, iFs);	
    55 	}
    54 	}
    56 
    55