summaryrefslogtreecommitdiff
path: root/php/src/IcePHP/Connection.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-10-21 15:47:07 -0700
committerMark Spruiell <mes@zeroc.com>2009-10-21 15:47:07 -0700
commit439bbccae66fc9e41f10c8c73971abdf6821086f (patch)
treea5a338b49cb01820ac59dd6b30ee6ade8d74f557 /php/src/IcePHP/Connection.h
parentFixed Windows compile error (diff)
downloadice-439bbccae66fc9e41f10c8c73971abdf6821086f.tar.bz2
ice-439bbccae66fc9e41f10c8c73971abdf6821086f.tar.xz
ice-439bbccae66fc9e41f10c8c73971abdf6821086f.zip
- Implementing ConnectionInfo/EndpointInfo in PHP
- Changing test/Ice/info to use separate client & server - Updating release notes for IceSSL ConnectionInfo
Diffstat (limited to 'php/src/IcePHP/Connection.h')
-rw-r--r--php/src/IcePHP/Connection.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/php/src/IcePHP/Connection.h b/php/src/IcePHP/Connection.h
index 03d67d71357..4b5d59a4aa7 100644
--- a/php/src/IcePHP/Connection.h
+++ b/php/src/IcePHP/Connection.h
@@ -20,10 +20,7 @@ bool connectionInit(TSRMLS_D);
bool createConnection(zval*, const Ice::ConnectionPtr& TSRMLS_DC);
bool fetchConnection(zval*, Ice::ConnectionPtr& TSRMLS_DC);
-//
-// Class entry.
-//
-extern zend_class_entry* connectionClassEntry;
+bool createConnectionInfo(zval*, const Ice::ConnectionInfoPtr& TSRMLS_DC);
} // End of namespace IcePHP