/usr/share/php/Ice/Connection.php is in php-zeroc-ice 3.7.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 | <?php
// **********************************************************************
//
// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
//
// Ice version 3.7.0
//
// <auto-generated>
//
// Generated from file `Connection.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//
namespace
{
require_once 'Ice/ObjectAdapterF.php';
require_once 'Ice/Identity.php';
require_once 'Ice/Endpoint.php';
}
namespace Ice
{
global $Ice__t_CompressBatch;
class CompressBatch
{
const Yes = 0;
const No = 1;
const BasedOnProxy = 2;
}
$Ice__t_CompressBatch = IcePHP_defineEnum('::Ice::CompressBatch', array('Yes', 0, 'No', 1, 'BasedOnProxy', 2));
}
namespace Ice
{
global $Ice__t_ConnectionInfo;
if(!isset($Ice__t_ConnectionInfo))
{
$Ice__t_ConnectionInfo = IcePHP_declareClass('::Ice::ConnectionInfo');
}
}
namespace Ice
{
global $Ice__t_Connection;
if(!isset($Ice__t_Connection))
{
$Ice__t_Connection = IcePHP_declareClass('::Ice::Connection');
}
}
namespace Ice
{
global $Ice__t_CloseCallback;
interface CloseCallback
{
public function closed($con);
}
$Ice__t_CloseCallback = IcePHP_defineClass('::Ice::CloseCallback', '\\Ice\\CloseCallback', -1, false, true, $Ice__t_Value, null);
}
namespace Ice
{
global $Ice__t_HeartbeatCallback;
interface HeartbeatCallback
{
public function heartbeat($con);
}
$Ice__t_HeartbeatCallback = IcePHP_defineClass('::Ice::HeartbeatCallback', '\\Ice\\HeartbeatCallback', -1, false, true, $Ice__t_Value, null);
}
namespace Ice
{
global $Ice__t_ACMClose;
class ACMClose
{
const CloseOff = 0;
const CloseOnIdle = 1;
const CloseOnInvocation = 2;
const CloseOnInvocationAndIdle = 3;
const CloseOnIdleForceful = 4;
}
$Ice__t_ACMClose = IcePHP_defineEnum('::Ice::ACMClose', array('CloseOff', 0, 'CloseOnIdle', 1, 'CloseOnInvocation', 2, 'CloseOnInvocationAndIdle', 3, 'CloseOnIdleForceful', 4));
}
namespace Ice
{
global $Ice__t_ACMHeartbeat;
class ACMHeartbeat
{
const HeartbeatOff = 0;
const HeartbeatOnDispatch = 1;
const HeartbeatOnIdle = 2;
const HeartbeatAlways = 3;
}
$Ice__t_ACMHeartbeat = IcePHP_defineEnum('::Ice::ACMHeartbeat', array('HeartbeatOff', 0, 'HeartbeatOnDispatch', 1, 'HeartbeatOnIdle', 2, 'HeartbeatAlways', 3));
}
namespace Ice
{
global $Ice__t_ACM;
class ACM
{
public function __construct($timeout=0, $close=\Ice\ACMClose::CloseOff, $heartbeat=\Ice\ACMHeartbeat::HeartbeatOff)
{
$this->timeout = $timeout;
$this->close = $close;
$this->heartbeat = $heartbeat;
}
public function __toString()
{
global $Ice__t_ACM;
return IcePHP_stringify($this, $Ice__t_ACM);
}
public $timeout;
public $close;
public $heartbeat;
}
$Ice__t_ACM = IcePHP_defineStruct('::Ice::ACM', '\\Ice\\ACM', array(
array('timeout', $IcePHP__t_int),
array('close', $Ice__t_ACMClose),
array('heartbeat', $Ice__t_ACMHeartbeat)));
}
namespace Ice
{
global $Ice__t_ConnectionClose;
class ConnectionClose
{
const Forcefully = 0;
const Gracefully = 1;
const GracefullyWithWait = 2;
}
$Ice__t_ConnectionClose = IcePHP_defineEnum('::Ice::ConnectionClose', array('Forcefully', 0, 'Gracefully', 1, 'GracefullyWithWait', 2));
}
namespace Ice
{
global $Ice__t_IPConnectionInfo;
if(!isset($Ice__t_IPConnectionInfo))
{
$Ice__t_IPConnectionInfo = IcePHP_declareClass('::Ice::IPConnectionInfo');
}
}
namespace Ice
{
global $Ice__t_TCPConnectionInfo;
if(!isset($Ice__t_TCPConnectionInfo))
{
$Ice__t_TCPConnectionInfo = IcePHP_declareClass('::Ice::TCPConnectionInfo');
}
}
namespace Ice
{
global $Ice__t_UDPConnectionInfo;
if(!isset($Ice__t_UDPConnectionInfo))
{
$Ice__t_UDPConnectionInfo = IcePHP_declareClass('::Ice::UDPConnectionInfo');
}
}
namespace Ice
{
global $Ice__t_HeaderDict;
if(!isset($Ice__t_HeaderDict))
{
$Ice__t_HeaderDict = IcePHP_defineDictionary('::Ice::HeaderDict', $IcePHP__t_string, $IcePHP__t_string);
}
}
namespace Ice
{
global $Ice__t_WSConnectionInfo;
if(!isset($Ice__t_WSConnectionInfo))
{
$Ice__t_WSConnectionInfo = IcePHP_declareClass('::Ice::WSConnectionInfo');
}
}
?>
|