diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-09-25 15:44:23 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-09-25 15:44:23 -0230 |
commit | 24f1950dc73f520fa5bb594d77801beede4df423 (patch) | |
tree | 5634f9299a139681845c20c46a28c0cb035801f9 /cpp/include | |
parent | Bug 4218 - Fix fixVersion (diff) | |
download | ice-24f1950dc73f520fa5bb594d77801beede4df423.tar.bz2 ice-24f1950dc73f520fa5bb594d77801beede4df423.tar.xz ice-24f1950dc73f520fa5bb594d77801beede4df423.zip |
Removed unused __checkTwoway(const char*) from Proxy
Diffstat (limited to 'cpp/include')
-rw-r--r-- | cpp/include/Ice/Proxy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h index 89a9504c625..ec2f6dd5b0d 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -238,7 +238,6 @@ public: void __handleExceptionWrapperRelaxed(const ::IceInternal::Handle< ::IceDelegate::Ice::Object>&, const ::IceInternal::LocalExceptionWrapper&, IceInternal::OutgoingAsync*, int&); - void __checkTwowayOnly(const char*) const; void __checkTwowayOnly(const ::std::string&) const; ::IceInternal::Handle< ::IceDelegate::Ice::Object> __getDelegate(bool); |