email/email/smtp/src/Local_imutdll.cpp
branchSymbian3
changeset 18 147b85a37c23
parent 6 c108117318cb
equal deleted inserted replaced
17:e3e31170f643 18:147b85a37c23
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2009 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 the License "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".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 
       
    17 
       
    18 /**
    16 /**
    19  @file
    17  @file
    20 */
    18 */
    21 
    19 
    22 #include <e32std.h>
    20 #include <e32std.h>
    23 #include <f32file.h>	// RFs
    21 #include <f32file.h>	// RFs
    24 #include <barsc.h>		// RResourceFile
    22 #include <barsc.h>		// RResourceFile
    25 #include <bautils.h>	// Bafl::
    23 #include <bautils.h>	// Bafl::
    26 #include <msvutils.h>
    24 #include "msvutils.h"
    27 #include <imcvtext.h>
    25 #include <imcvtext.h>
    28 #include "local_imutdll.h"
    26 #include "local_imutdll.h"
    29 
    27 
    30 #include <miuthdr.h>	// resource file name
    28 #include <miuthdr.h>	// resource file name
       
    29 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS  
       
    30 #include "timrfc822datefield.h"
       
    31 #endif
    31 
    32 
    32 _LIT(KMTFName,"Messaging Test Framework");
    33 _LIT(KMTFName,"Messaging Test Framework");
    33 
    34 
    34 
    35 
    35 /**
    36 /**