diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-11-17 23:14:45 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-11-17 23:14:45 +0000 |
commit | ca455f4cbece07f03bcf4e008e6e2e5ece537f6d (patch) | |
tree | 29b7fa672784e8370809804615af0d129b974948 /cpp | |
parent | fix for bug 650: clearing additional members in waitForDeactivate (diff) | |
download | ice-ca455f4cbece07f03bcf4e008e6e2e5ece537f6d.tar.bz2 ice-ca455f4cbece07f03bcf4e008e6e2e5ece537f6d.tar.xz ice-ca455f4cbece07f03bcf4e008e6e2e5ece537f6d.zip |
fix for bug 411: type name vs. type id
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/slice/Ice/LocalException.ice | 2 | ||||
-rw-r--r-- | cpp/slice/Ice/ObjectFactory.ice | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cpp/slice/Ice/LocalException.ice b/cpp/slice/Ice/LocalException.ice index b786ba23ce9..f5c536b1fd5 100644 --- a/cpp/slice/Ice/LocalException.ice +++ b/cpp/slice/Ice/LocalException.ice @@ -799,7 +799,7 @@ local exception NoObjectFactoryException extends MarshalException { /** * - * The absolute Slice type name of the object for which we + * The absolute Slice type id of the object for which we * could not find a factory. * **/ diff --git a/cpp/slice/Ice/ObjectFactory.ice b/cpp/slice/Ice/ObjectFactory.ice index 27107edc6ef..a229e78e8cb 100644 --- a/cpp/slice/Ice/ObjectFactory.ice +++ b/cpp/slice/Ice/ObjectFactory.ice @@ -29,9 +29,9 @@ local interface ObjectFactory /** * * Create a new object for a given object type. The type is the - * absolute &Slice; type name, i.e., the name relative to the + * absolute &Slice; type id, i.e., the id relative to the * unnamed top-level Slice module. For example, the absolute - * &Slice; type name for interfaces of type [Bar] in the module + * &Slice; type id for interfaces of type [Bar] in the module * [Foo] is [::Foo::Bar]. * * <note><para>The leading "[::]" is required.</para></note> |