diff options
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. |