diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/Properties.sgml | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/cpp/doc/Properties.sgml b/cpp/doc/Properties.sgml index 9cc57ce8b7b..270d8666839 100644 --- a/cpp/doc/Properties.sgml +++ b/cpp/doc/Properties.sgml @@ -639,7 +639,7 @@ to be used. </section> <!-- ********************************************************************** --> -<section><title>&Ice; Plug-in Properties</title> +<section><title>&Ice; Plugin Properties</title> <!-- ********************************************************************** --> <section><title>Ice.Plugin.<replaceable>name</replaceable></title> @@ -651,7 +651,7 @@ Ice.Plugin.<replaceable>name</replaceable>=<replaceable>entry_point [args]</repl <section> <title>Description</title> <para> -Defines a plug-in to be installed during communicator initialization. +Defines a plugin to be installed during communicator initialization. </para> <para> In C++, <replaceable>entry_point</replaceable> has the form @@ -683,6 +683,25 @@ method. </section> </section> +<section><title>Ice.PluginLoadOrder</title> +<section><title>Synopsis</title> +<synopsis> +Ice.PluginLoadOrder=<replaceable>names</replaceable> +</synopsis> +</section> +<section> +<title>Description</title> +<para> +Determines the order in which plugins are loaded. The Ice run time +loads the plugins in the order they appear in +<replaceable>names</replaceable>, where each plugin name is separated +by a comma or whitespace. Any plugins not mentioned in +<replaceable>names</replaceable> are loaded afterward, in an undefined +order. +</para> +</section> +</section> + </section> <!-- ********************************************************************** --> |