| class CPromptData : public CBase |
Type holding data to be used while prompting.
The default or custom (runtime over-ridden) prompt handler requires the permission type to prompt and the user-selection to be returned to security manager for access permission check
rtsecmgrclient.lib
| Public Member Functions | |
|---|---|
| ~CPromptData () | |
| void | ConstructL () |
| CPromptData * | NewL () |
| CPromptData * | NewLC () |
| CPermission * | Permission () |
| void | SetPermissions (CPermission &) |
| void | SetUserSelection ( TUserPromptOption ) |
| Private Member Functions | |
|---|---|
| CPromptData () | |
| Private Attributes | |
|---|---|
| CPermission * | iPermission |
| TUserPromptOption | iUserSelection |
| CPromptData * | NewLC | ( | ) | [static, inline] |
Two-phased constructor
Constructs a CPromptData instance and leaves the created instance onto the cleanupstack.
| void | SetPermissions | ( | CPermission & | aPermission | ) | [inline] |
Sets the permission value of the domain
| CPermission & aPermission | CPermission permission value of the domain |
| void | SetUserSelection | ( | TUserPromptOption | aUserSelection | ) | [inline] |
Sets the user-selection data
| TUserPromptOption aUserSelection | TUserPromptOption user-selected data value |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.