authorisation/userpromptservice/database/test/tupsdb/source/tupsdbstep.h
changeset 62 b23410e29e22
parent 8 35751d3474b7
--- a/authorisation/userpromptservice/database/test/tupsdb/source/tupsdbstep.h	Mon May 03 14:11:52 2010 +0300
+++ b/authorisation/userpromptservice/database/test/tupsdb/source/tupsdbstep.h	Fri May 14 17:39:00 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -32,6 +32,7 @@
 #include <test/tefunit.h>
 #include <hash.h>
 #include "upscommon.h"
+#include <scs/cleanuputils.h>
 
 using namespace UserPromptService;
 
@@ -113,7 +114,7 @@
 	CDecisionRecord *GetDecisionLC(CDecisionDbW &aUpsDb, CDecisionFilter &aFilter);
 
 	//Get a set of decision records from the database
-	RPointerArray<CDecisionRecord> GetDecisionsL(CDecisionDbW &aUpsDb, CDecisionFilter &aFilter, TBool aCancel);
+	void GetDecisionsL(CDecisionDbW &aUpsDb, CDecisionFilter &aFilter, TBool aCancel, RPointerArray<CDecisionRecord>& aRecordList);
 
 	//Delete a set of records
 	void RemoveDecisionsL(CDecisionDbW &aUpsDb, CDecisionFilter &aFilter);