policymanagement/policyengine/policyengineclient/inc/PolicyEngineClientServerDefs.h
equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2000 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Implementation of policymanagement components |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef __POLICYENGINECLIENTSERVERDEFS_H__ |
|
20 #define __POLICYENGINECLIENTSERVERDEFS_H__ |
|
21 |
|
22 // INCLUDES |
|
23 #include <e32std.h> |
|
24 |
|
25 |
|
26 enum TPolicyEngineMessages |
|
27 { |
|
28 //Management operations |
|
29 ECreateManagementSubSession = 0, |
|
30 ECloseManagementSubSession, |
|
31 |
|
32 EExecuteOperation, |
|
33 |
|
34 EGetElementListLength, |
|
35 EReadElementList, |
|
36 |
|
37 EGetElementDescriptionAndChildListLength, |
|
38 EReadElementAndChildList, |
|
39 |
|
40 EGetElementXACMLLength, |
|
41 EReadElementXACML, |
|
42 |
|
43 EAddSessionTrust, |
|
44 EPerformPMRFS, |
|
45 |
|
46 EIsServerIdValid, |
|
47 ECertificateRole, |
|
48 |
|
49 //Policy request operations |
|
50 EPolicyRequest, |
|
51 ECreateRequestSubSession, |
|
52 ECloseRequestSubSessio |
|
53 }; |
|
54 |
|
55 |
|
56 #endif// __POLICYENGINECLIENTSERVERDEFS_H__ |