diff options
author | Marc Laukien <marc@zeroc.com> | 2001-06-17 01:04:03 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-06-17 01:04:03 +0000 |
commit | 6de01ee326dc82808ccbfbf41931da342f86acfd (patch) | |
tree | 67db470c6cf6c4ce2c49289d0223a4c9583d9c54 /cpp/include/Ice/Proxy.h | |
parent | fixes (diff) | |
download | ice-6de01ee326dc82808ccbfbf41931da342f86acfd.tar.bz2 ice-6de01ee326dc82808ccbfbf41931da342f86acfd.tar.xz ice-6de01ee326dc82808ccbfbf41931da342f86acfd.zip |
many handle and other fixes
Diffstat (limited to 'cpp/include/Ice/Proxy.h')
-rw-r--r-- | cpp/include/Ice/Proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h index 568c056e34b..8d3872498a5 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -45,7 +45,7 @@ public: ::Ice::Object_prx _timeout(int) const; ::__Ice::Reference_ptr __reference() const; - void __copyTo(Object*) const; + void __copyTo(::__IceProxy::Ice::Object*) const; protected: |