installationservices/swi/source/sislauncher/server/sislauncherserver.h
changeset 60 245df5276b97
parent 25 98b66e4fb0be
child 75 2d2d25361590
--- a/installationservices/swi/source/sislauncher/server/sislauncherserver.h	Tue Jul 06 14:23:31 2010 +0300
+++ b/installationservices/swi/source/sislauncher/server/sislauncherserver.h	Wed Aug 18 09:55:45 2010 +0300
@@ -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"
@@ -108,11 +108,13 @@
 	void LongServerShutdown();
 	void ShortServerShutdown();
 	void CancelShutdown();
-		
+    #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
+	virtual TCustomResult CustomSecurityCheckL(const RMessage2& aMsg, TInt& aAction, TSecurityInfo& aMissing);
+    #endif	
 	// Server Policies
 	// separate the policies into handled and not handled
 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
-	static const TUint iRangeCount=5;
+	static const TUint iRangeCount=6;
 #else
 	static const TUint iRangeCount=2;
 #endif