buildverification/smoketest/messaging/Inc/TestMessPrintEntryUtil.h
changeset 0 9736f095102e
equal deleted inserted replaced
-1:000000000000 0:9736f095102e
       
     1 /**
       
     2 * Copyright (c) 2003-2009 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:
       
    15 * This contains CTestMessEditEntryUtil. A utility to edit an entry
       
    16 * 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 /**
       
    23  @file TestMessPrintEntryUtil.h
       
    24 */
       
    25 
       
    26 #if (!defined __TEST_MESS_PRINT_ENTRY_UTIL_H__)
       
    27 #define __TEST_MESS_PRINT_ENTRY_UTIL_H__
       
    28 
       
    29 #include "TestMessStoreProcessUtil.h"
       
    30 
       
    31 class CTestMessPrintEntryUtil : public CTestMessStoreProcessUtil
       
    32 {
       
    33 public:
       
    34 	CTestMessPrintEntryUtil(CTestMessBase& aTestStep);
       
    35 
       
    36 protected:
       
    37 	// Process the CImHeader information
       
    38 	virtual void	ProcessImHeaderL(CImHeader& aHeader);
       
    39 
       
    40 	// Process the CImMimeHeader information
       
    41 	virtual void	ProcessImMimeHeaderL(CImMimeHeader& aHeader);
       
    42 
       
    43 	// Process the CImIAPPreferences information
       
    44 	virtual void	ProcessInternetAccessPreferencesL(CImIAPPreferences& aPreferences);
       
    45 
       
    46 	// Process the CSmsHeader information
       
    47 	virtual void	ProcessSmsHeaderStreamL(CSmsHeader& aHeader);
       
    48 
       
    49 
       
    50 	// Process the CRichText information
       
    51 	virtual void	ProcessRichTextBodyL(CRichText& aBodyText);
       
    52 };
       
    53 
       
    54 #endif /* __TEST_MESS_PRINT_ENTRY_UTIL_H__ */