installationservices/swcomponentregistry/inc_private/scrserver.h
changeset 25 98b66e4fb0be
parent 24 84a16765cd86
--- a/installationservices/swcomponentregistry/inc_private/scrserver.h	Fri Mar 19 09:33:35 2010 +0200
+++ b/installationservices/swcomponentregistry/inc_private/scrserver.h	Fri Apr 16 15:05:20 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2008-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"
@@ -31,6 +31,9 @@
 #include "scrcommon.h"
 #include "usifcommon.h"
 
+_LIT_SECURE_ID(KSisRegistryServerSid, 0x10202DCA); 
+_LIT_SECURE_ID(KApparcServerSid, 0x10003A3F);
+
 namespace Usif
 	{
 	// forward declarations
@@ -98,7 +101,7 @@
 		void ConstructL();
 		void SetupL();
 		CPolicyServer::TCustomResult CheckDeleteComponentAllowedL(const RMessage2& aMsg);
-		CPolicyServer::TCustomResult CheckComponentIdMatchingEnvironmentL(const RMessage2& aMsg);				
+		CPolicyServer::TCustomResult CheckComponentIdMatchingEnvironmentL(const RMessage2& aMsg, TBool aCheckForSingleApp=EFalse);				
 		CPolicyServer::TCustomResult CheckSoftwareNameMatchingEnvironmentL(const RMessage2& aMsg);
 		CPolicyServer::TCustomResult CheckAllowedFilePathL(const RMessage2& aMsg);
 		CPolicyServer::TCustomResult CheckClientIsInstallerL(const RMessage2& aMsg);