mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Minor comment refinements for the manual
This commit is contained in:
committed by
Christian Helmuth
parent
f02c92598b
commit
e2fe071871
@@ -80,15 +80,15 @@ struct Genode::Multiple_clients
|
|||||||
*
|
*
|
||||||
* The 'POLICY' class must provide the following two methods:
|
* The 'POLICY' class must provide the following two methods:
|
||||||
*
|
*
|
||||||
* :'aquire(const char *args)': is called with the session arguments
|
* 'aquire(const char *args)' is called with the session arguments
|
||||||
* at creation time of each new session. It can therefore implement
|
* at creation time of each new session. It can therefore implement
|
||||||
* a session-creation policy taking session arguments into account.
|
* a session-creation policy taking session arguments into account.
|
||||||
* If the policy denies the creation of a new session, it throws
|
* If the policy denies the creation of a new session, it throws
|
||||||
* one of the exceptions defined in the 'Root' interface.
|
* one of the exceptions defined in the 'Root' interface.
|
||||||
*
|
*
|
||||||
* :'release': is called at the destruction time of a session. It enables
|
* 'release' is called at the destruction time of a session. It enables
|
||||||
* the policy to keep track of and impose restrictions on the number
|
* the policy to keep track of and impose restrictions on the number
|
||||||
* of existing sessions.
|
* of existing sessions.
|
||||||
*
|
*
|
||||||
* The default policy 'Multiple_clients' imposes no restrictions on the
|
* The default policy 'Multiple_clients' imposes no restrictions on the
|
||||||
* creation of new sessions.
|
* creation of new sessions.
|
||||||
|
|||||||
@@ -577,6 +577,8 @@ class Genode::Xml_node
|
|||||||
* address range.
|
* address range.
|
||||||
*
|
*
|
||||||
* XXX This method is deprecated. Use 'content_base()' instead.
|
* XXX This method is deprecated. Use 'content_base()' instead.
|
||||||
|
*
|
||||||
|
* \noapi
|
||||||
*/
|
*/
|
||||||
char *content_addr() const { return _start_tag.next_token().start(); }
|
char *content_addr() const { return _start_tag.next_token().start(); }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user