diff options
Diffstat (limited to 'php/src/php5/Proxy.h')
-rw-r--r-- | php/src/php5/Proxy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/php/src/php5/Proxy.h b/php/src/php5/Proxy.h index 235a427c2f5..4becbbdd906 100644 --- a/php/src/php5/Proxy.h +++ b/php/src/php5/Proxy.h @@ -20,9 +20,9 @@ namespace IcePHP bool proxyInit(TSRMLS_D); bool createProxy(zval*, const Ice::ObjectPrx&, const CommunicatorInfoPtr& TSRMLS_DC); -bool createProxy(zval*, const Ice::ObjectPrx&, const ClassInfoPtr&, const CommunicatorInfoPtr& TSRMLS_DC); -bool fetchProxy(zval*, Ice::ObjectPrx&, ClassInfoPtr& TSRMLS_DC); -bool fetchProxy(zval*, Ice::ObjectPrx&, ClassInfoPtr&, CommunicatorInfoPtr& TSRMLS_DC); +bool createProxy(zval*, const Ice::ObjectPrx&, const ProxyInfoPtr&, const CommunicatorInfoPtr& TSRMLS_DC); +bool fetchProxy(zval*, Ice::ObjectPrx&, ProxyInfoPtr& TSRMLS_DC); +bool fetchProxy(zval*, Ice::ObjectPrx&, ProxyInfoPtr&, CommunicatorInfoPtr& TSRMLS_DC); // // Class entry. |