diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-04-14 21:48:40 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-04-14 21:48:40 +0000 |
commit | 5ecaa135cc332a09552a047b96f5aef0ede5a80f (patch) | |
tree | dfff62e58b90234b410a3a141c90e3485259c5ab /cpp | |
parent | adding PluginLoadOrder property (diff) | |
download | ice-5ecaa135cc332a09552a047b96f5aef0ede5a80f.tar.bz2 ice-5ecaa135cc332a09552a047b96f5aef0ede5a80f.tar.xz ice-5ecaa135cc332a09552a047b96f5aef0ede5a80f.zip |
adding Ice.PluginLoadOrder property
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> <!-- ********************************************************************** --> |