messagingfw/msgtestfw/TestActions/Sms/inc/CMtfTestActionSetSchSendSettings.h
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 #ifndef __CMTF_TEST_ACTION_SET_SCHSEND_SETTINGS_H__
       
    18 #define __CMTF_TEST_ACTION_SET_SCHSEND_SETTINGS_H__
       
    19 
       
    20 #include "CMtfSynchronousTestAction.h"
       
    21 
       
    22 _LIT(KTestActionSetSchSendSettings,"SetSchSendSettings");
       
    23 
       
    24 /**
       
    25 The test action sets the schedule send related settings from a configuration file.
       
    26 
       
    27 The action first get the settings from the configuration file.  It then
       
    28 creates and sets the two object CMsvScheduleSettings and CMsvSysAgentActions.  Finally,
       
    29 it stores the objects to the SMS service entry store.
       
    30 
       
    31 @internalTechnology
       
    32 */
       
    33 class CMtfTestActionSetSchSendSettings : public CMtfSynchronousTestAction
       
    34 	{
       
    35 public:
       
    36 	static CMtfTestAction* NewL(CMtfTestCase& aTestCase, CMtfTestActionParameters* ActionParameters);
       
    37 	virtual void ExecuteActionL();
       
    38 	
       
    39 private:
       
    40 	CMtfTestActionSetSchSendSettings(CMtfTestCase& aTestCase);
       
    41 	};
       
    42 
       
    43 #endif