diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-19 18:32:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-19 18:36:42 +0100 |
commit | 5a1d51139c580dc64578d36dc1b4a31a4e5e0ef8 (patch) | |
tree | 22e43962b8e24a549d7a879b49a8594704c68f3c /odk/docs | |
parent | 9be06943013547b0e0d74bf5c98f3146584ae841 (diff) |
API CHANGE: Remove support for uno executable's -ro/-rw arguments
...and instead require users to specify URE_MORE_SERVICES/TYPES (resp.
UNO_SERVICES/TYPES for invocations from within the build) bootstrap variables.
This removes usage of deprecated bootstrap_InitialComponentContext from the
uno executable's code.
Change-Id: I9af626f47a94c3bea1fb0d3c3efbab54f8db9e40
Diffstat (limited to 'odk/docs')
-rw-r--r-- | odk/docs/tools.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/odk/docs/tools.html b/odk/docs/tools.html index 173b116cc15b..4833bfd6ea4f 100644 --- a/odk/docs/tools.html +++ b/odk/docs/tools.html @@ -296,7 +296,6 @@ <blockquote> <b><code>uno (-c<ComponentImplementationName> -l <LocationUrl> | -s <ServiceName>) <br> - [-ro <ReadOnlyRegistry1>] [-ro <ReadOnlyRegistry2>] ... [-rw <ReadWriteRegistry>]<br> [-u uno:(socket[,host=<HostName>][,port=<nnn>]|pipe[,name=<PipeName>]);iiop|urp;<Name><br> [--singleaccept] [--singleinstance]] <br> [-- <Argument1 Argument2 ...>] @@ -321,15 +320,6 @@ instances.</td> </tr> <tr> - <td class="cell15"><code><Registries></code></td> - <td class="cell85">The optional <code><Registries></code> - (e.g., c:\myreg.rdb) are used by the ServiceManager. The <i>ro</i> - ones are opened for reading only; whereas, a single <i>rw</i> one - will be opened for reading and writing. If the <i>rw</i> one does - not exist, then it may be created. Components may read and write to - store their persistent state.</td> - </tr> - <tr> <td class="cell15"><code>--singleaccept</code></td> <td class="cell85">The uno starter will accept one connection, provide the component instance and die.</td> |