authorisation/userpromptservice/test/tups/src/tupsclientstep.h
branchRCL_3
changeset 96 a71299154b21
parent 95 641f389e9157
equal deleted inserted replaced
95:641f389e9157 96:a71299154b21
     1 /*
     1 /*
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    24 
    24 
    25 #if (!defined UPSQUERRY_STEP_H)
    25 #if (!defined UPSQUERRY_STEP_H)
    26 #define  UPSQUERRY_STEP_H 
    26 #define  UPSQUERRY_STEP_H 
    27 #include <test/testexecutestepbase.h>
    27 #include <test/testexecutestepbase.h>
    28 #include <bautils.h>
    28 #include <bautils.h>
       
    29 #include <swi/swispubsubdefs.h>
    29 #include "tupsintegstepbase.h"
    30 #include "tupsintegstepbase.h"
    30 #include "tups_clientapi_sysserver.h"
    31 #include "tups_clientapi_sysserver.h"
    31 #include "tupsproperty.h"
    32 #include "tupsproperty.h"
    32 
    33 
    33 class TServiceRequestParameters
    34 class TServiceRequestParameters
    91 	TPtrC		 		TUpsDecisionToString(TUpsDecision aDecision);
    92 	TPtrC		 		TUpsDecisionToString(TUpsDecision aDecision);
    92 	TInt				ButtonToInt(const TPtrC& aButton);
    93 	TInt				ButtonToInt(const TPtrC& aButton);
    93 	TBool 				CheckResultsL(TInt aIndex);
    94 	TBool 				CheckResultsL(TInt aIndex);
    94 	TBool				CheckDialogCreatorResultsL(TInt aIndex);	
    95 	TBool				CheckDialogCreatorResultsL(TInt aIndex);	
    95 	TBool				CheckPolicyEvaluatorResultsL(TInt aIndex);
    96 	TBool				CheckPolicyEvaluatorResultsL(TInt aIndex);
       
    97 	void				WaitThatFileAppearsL(const TDesC& aFileName);			
    96 	void 				HoldClientL(void);
    98 	void 				HoldClientL(void);
    97 		
    99 		
    98 	// Array containing pointers to open sessions
   100 	// Array containing pointers to open sessions
    99 	// maps server name to pointer to session 
   101 	// maps server name to pointer to session 
   100 	RArray<COpenSession*> iArraySessionsInUse;
   102 	RArray<COpenSession*> iArraySessionsInUse;