installationservices/swi/source/swis/server/planner.h
branchRCL_3
changeset 12 7ca52d38f8c3
parent 0 ba25891c3a9e
child 25 7333d7932ef7
--- a/installationservices/swi/source/swis/server/planner.h	Fri Mar 12 15:43:14 2010 +0200
+++ b/installationservices/swi/source/swis/server/planner.h	Mon Mar 15 12:41:05 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2004-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"
@@ -34,6 +34,7 @@
 #include "sisregistrywritableentry.h"
 #include "sisregistrywritablesession.h"
 #include "sisregistrypackage.h"
+#include "secutils.h"
 
 namespace Swi 
 {
@@ -101,6 +102,9 @@
 protected:
 	/// The drive on which to store device integrity data (hashes, registry etc) 
 	TChar iSystemDriveChar;		
+	/// To store package uids which are getting processed 
+	/////An array whose first element holds the number of uids in the subsequent indices of the array, followed by the the list of uids that are being published.
+	TUid iUidList[KMaxUidCount];
 	
 private:
 	/// Handle to UISS
@@ -120,6 +124,7 @@
 
 	// Registry Session
 	RSisRegistryWritableSession iRegistrySession;
+	
 	};
 
 // inline functions from CPlanner