equal
deleted
inserted
replaced
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
23 class TSsmSwp; |
23 class TSsmSwp; |
24 class CSsmStateTransitionEngine; |
24 class CSsmStateTransitionEngine; |
25 class CSsmSwpRequestHandler; |
25 class CSsmSwpRequestHandler; |
26 class CSsmSwpPolicyResolver; |
26 class CSsmSwpPolicyResolver; |
27 class CCleSessionProxy; |
27 class CCleSessionProxy; |
|
28 class CSsmUiSpecific; |
28 |
29 |
29 /** |
30 /** |
30 Implements the API used to request changes to the |
31 Implements the API used to request changes to the |
31 system state or to request changes to the value of a system-wide property. |
32 system state or to request changes to the value of a system-wide property. |
32 The policy plug-in associated with the current system state or the requested |
33 The policy plug-in associated with the current system state or the requested |
76 CSsmStateTransitionEngine* iStateTransitionEngine; |
77 CSsmStateTransitionEngine* iStateTransitionEngine; |
77 |
78 |
78 CSsmSwpRequestHandler* iSwpRequestHandler; |
79 CSsmSwpRequestHandler* iSwpRequestHandler; |
79 CSsmSwpPolicyResolver* iSwpResolver; |
80 CSsmSwpPolicyResolver* iSwpResolver; |
80 CCleSessionProxy* iSwpCleSession; |
81 CCleSessionProxy* iSwpCleSession; |
|
82 CSsmUiSpecific* iSsmUiSpecific; |
81 }; |
83 }; |
82 |
84 |
83 #endif |
85 #endif |