sysstatemgmt/systemstatemgr/ssm/inc/ssmserver.h
branchRCL_3
changeset 10 1fc153c72b60
parent 0 4e1aa6a622a0
--- a/sysstatemgmt/systemstatemgr/ssm/inc/ssmserver.h	Mon Mar 15 12:45:37 2010 +0200
+++ b/sysstatemgmt/systemstatemgr/ssm/inc/ssmserver.h	Wed Mar 31 23:31:40 2010 +0300
@@ -1,4 +1,4 @@
-// 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 "Eclipse Public License v1.0"
@@ -25,6 +25,7 @@
 class CSsmSwpRequestHandler;
 class CSsmSwpPolicyResolver;
 class CCleSessionProxy;
+class CSsmUiSpecific;
 
 /**
  Implements the API used to request changes to the
@@ -78,6 +79,7 @@
 	CSsmSwpRequestHandler* iSwpRequestHandler;
 	CSsmSwpPolicyResolver* iSwpResolver;
 	CCleSessionProxy* iSwpCleSession;
+	CSsmUiSpecific* iSsmUiSpecific;
 	};
 
 #endif