diff options
Diffstat (limited to 'cpp/include/Ice/ProxyHandle.h')
-rw-r--r-- | cpp/include/Ice/ProxyHandle.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/include/Ice/ProxyHandle.h b/cpp/include/Ice/ProxyHandle.h index a70e33f5bef..eb0880a01fb 100644 --- a/cpp/include/Ice/ProxyHandle.h +++ b/cpp/include/Ice/ProxyHandle.h @@ -18,8 +18,9 @@ namespace IceInternal { // -// Like Handle<>, but specifically for proxies, with support for -// checkedCast() and uncheckedCast(). +// Like IceInternal::Handle, but specifically for proxies, with +// support for checkedCast() and uncheckedCast() instead of +// dynamicCast(). // template<typename T> class ProxyHandle |