diff options
author | Jose <jose@zeroc.com> | 2017-01-19 11:49:04 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-01-19 11:49:04 +0100 |
commit | 404a62d1c8455a7d6f9a74b14c56e8e9ee1640ab (patch) | |
tree | c6bf8cfa188dbb78b19c3017084d499c913e4cd0 /php/src/php7/Proxy.h | |
parent | Removed unused Info.plist file for Objective-C controller project (diff) | |
download | ice-404a62d1c8455a7d6f9a74b14c56e8e9ee1640ab.tar.bz2 ice-404a62d1c8455a7d6f9a74b14c56e8e9ee1640ab.tar.xz ice-404a62d1c8455a7d6f9a74b14c56e8e9ee1640ab.zip |
IcePHP Ice::Value implementation & minor extension cleanup
Diffstat (limited to 'php/src/php7/Proxy.h')
-rw-r--r-- | php/src/php7/Proxy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/php/src/php7/Proxy.h b/php/src/php7/Proxy.h index 771e999ea88..a2b02bdc3b4 100644 --- a/php/src/php7/Proxy.h +++ b/php/src/php7/Proxy.h @@ -20,9 +20,9 @@ namespace IcePHP bool proxyInit(void); bool createProxy(zval*, const Ice::ObjectPrx&, const CommunicatorInfoPtr&); -bool createProxy(zval*, const Ice::ObjectPrx&, const ClassInfoPtr&, const CommunicatorInfoPtr&); -bool fetchProxy(zval*, Ice::ObjectPrx&, ClassInfoPtr&); -bool fetchProxy(zval*, Ice::ObjectPrx&, ClassInfoPtr&, CommunicatorInfoPtr&); +bool createProxy(zval*, const Ice::ObjectPrx&, const ProxyInfoPtr&, const CommunicatorInfoPtr&); +bool fetchProxy(zval*, Ice::ObjectPrx&, ProxyInfoPtr&); +bool fetchProxy(zval*, Ice::ObjectPrx&, ProxyInfoPtr&, CommunicatorInfoPtr&); // // Class entry. |