equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2007-2010 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> |
|
30 #include "tupsintegstepbase.h" |
29 #include "tupsintegstepbase.h" |
31 #include "tups_clientapi_sysserver.h" |
30 #include "tups_clientapi_sysserver.h" |
32 #include "tupsproperty.h" |
31 #include "tupsproperty.h" |
33 |
32 |
34 class TServiceRequestParameters |
33 class TServiceRequestParameters |
92 TPtrC TUpsDecisionToString(TUpsDecision aDecision); |
91 TPtrC TUpsDecisionToString(TUpsDecision aDecision); |
93 TInt ButtonToInt(const TPtrC& aButton); |
92 TInt ButtonToInt(const TPtrC& aButton); |
94 TBool CheckResultsL(TInt aIndex); |
93 TBool CheckResultsL(TInt aIndex); |
95 TBool CheckDialogCreatorResultsL(TInt aIndex); |
94 TBool CheckDialogCreatorResultsL(TInt aIndex); |
96 TBool CheckPolicyEvaluatorResultsL(TInt aIndex); |
95 TBool CheckPolicyEvaluatorResultsL(TInt aIndex); |
97 void WaitThatFileAppearsL(const TDesC& aFileName); |
|
98 void HoldClientL(void); |
96 void HoldClientL(void); |
99 |
97 |
100 // Array containing pointers to open sessions |
98 // Array containing pointers to open sessions |
101 // maps server name to pointer to session |
99 // maps server name to pointer to session |
102 RArray<COpenSession*> iArraySessionsInUse; |
100 RArray<COpenSession*> iArraySessionsInUse; |