<?php
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.2
//
// <auto-generated>
//
// Generated from file `Gateway.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//


namespace
{
    require_once 'Peer/GenericPeer.php';
}

namespace Smartswitch\Peer
{
    global $Smartswitch_Peer__t_Gateway;
    global $Smartswitch_Peer__t_GatewayPrx;

    class GatewayPrxHelper
    {
        public static function checkedCast($proxy, $facetOrContext=null, $context=null)
        {
            return $proxy->ice_checkedCast('::Smartswitch::Peer::Gateway', $facetOrContext, $context);
        }

        public static function uncheckedCast($proxy, $facet=null)
        {
            return $proxy->ice_uncheckedCast('::Smartswitch::Peer::Gateway', $facet);
        }

        public static function ice_staticId()
        {
            return '::Smartswitch::Peer::Gateway';
        }
    }
    $Smartswitch_Peer__t_Gateway = IcePHP_defineClass('::Smartswitch::Peer::Gateway', '\\Smartswitch\\Peer\\Gateway', -1, false, true, null, null);

    global $Ice__t_ObjectPrx;
    $Smartswitch_Peer__t_GatewayPrx = IcePHP_defineProxy('::Smartswitch::Peer::Gateway', $Ice__t_ObjectPrx, array($Smartswitch_Peer__t_GenericPeerPrx));
}
?>
