summaryrefslogtreecommitdiff
path: root/php/src/php7/Connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'php/src/php7/Connection.h')
-rw-r--r--php/src/php7/Connection.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/php/src/php7/Connection.h b/php/src/php7/Connection.h
deleted file mode 100644
index 23dbe6a79fe..00000000000
--- a/php/src/php7/Connection.h
+++ /dev/null
@@ -1,27 +0,0 @@
-//
-// Copyright (c) ZeroC, Inc. All rights reserved.
-//
-
-#ifndef ICEPHP_CONNECTION_H
-#define ICEPHP_CONNECTION_H
-
-#include <Config.h>
-
-namespace IcePHP
-{
-
-//
-// Class entry.
-//
-extern zend_class_entry* connectionClassEntry;
-
-bool connectionInit(void);
-
-bool createConnection(zval*, const Ice::ConnectionPtr&);
-bool fetchConnection(zval*, Ice::ConnectionPtr&);
-
-bool createConnectionInfo(zval*, const Ice::ConnectionInfoPtr&);
-
-} // End of namespace IcePHP
-
-#endif