void |
setSpecificPolicy( |
[in] ::com::sun::star::ucb::Cookie |
ConfirmCookie, |
| [in] boolean |
Accept ); |
- Description
- Set a policy to hand back for a specific cookie.
This method should be called before select().
- Parameter ConfirmCookie
-
A cookie that sould come from the sequence of
cookies offered by the ::com::sun::star::ucb::HandleCookiesRequest and that
should have a policy of ::com::sun::star::ucb::CookiePolicy::CONFIRM .
- Parameter Accept
-
If true , set the policy for the cookie to
::com::sun::star::ucb::CookiePolicy::ACCEPT ; otherwise, set it to
::com::sun::star::ucb::CookiePolicy::IGNORE .
|