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