diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-11-25 22:30:28 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-11-25 22:30:28 +0000 |
commit | 9a38e7f3abdc7de0546ee25660206aaab393b183 (patch) | |
tree | 5ba17cc8a6e17bdd46552fa9d17c9064d06d1487 /cpp | |
parent | - Fixed Locator.ice exception names to be consistent with other exceptions. (diff) | |
download | ice-9a38e7f3abdc7de0546ee25660206aaab393b183.tar.bz2 ice-9a38e7f3abdc7de0546ee25660206aaab393b183.tar.xz ice-9a38e7f3abdc7de0546ee25660206aaab393b183.zip |
Fix
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/Properties.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/doc/Properties.sgml b/cpp/doc/Properties.sgml index 6b8fb97aa5c..2641afc469c 100644 --- a/cpp/doc/Properties.sgml +++ b/cpp/doc/Properties.sgml @@ -614,7 +614,7 @@ Ice.NullHandleAbort=<replaceable>num</replaceable> <para> If <replaceable>num</replaceable> is set to a value larger than zero, IceUtil smart pointers will cause the program to abort instead of -raising an <literal>IceUtil::NullHandleException</literal> exception +raising a <literal>IceUtil::NullHandleException</literal> exception if a null smart pointer is accessed. (C++ only.) </para> </section> |