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


namespace
{
    require_once 'Config.php';
    require_once 'Destroyable.php';
    require_once 'Telephony/QueueMember.php';
}

namespace Smartswitch\Telephony
{
    global $Smartswitch_Telephony__t_Queue;
    global $Smartswitch_Telephony__t_QueuePrx;

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

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

        public static function ice_staticId()
        {
            return '::Smartswitch::Telephony::Queue';
        }
    }
    $Smartswitch_Telephony__t_Queue = IcePHP_defineClass('::Smartswitch::Telephony::Queue', '\\Smartswitch\\Telephony\\Queue', -1, false, true, null, null);

    global $Ice__t_ObjectPrx;
    $Smartswitch_Telephony__t_QueuePrx = IcePHP_defineProxy('::Smartswitch::Telephony::Queue', $Ice__t_ObjectPrx, array($Smartswitch_Telephony_CallGeneration__t_AnswerPeerPrx));

    global $IcePHP__t_string;
    global $Smartswitch_Telephony__t_QueueMemberPrx;
    global $Smartswitch_Peer__t_UserPrx;
    global $IcePHP__t_long;
    IcePHP_defineOperation($Smartswitch_Telephony__t_QueuePrx, 'findMemberByUserName', 0, 0, 0, array(array($IcePHP__t_string)), null, array($Smartswitch_Telephony__t_QueueMemberPrx), array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Telephony__t_QueuePrx, 'addMemberUser', 0, 0, 0, array(array($Smartswitch_Peer__t_UserPrx)), null, array($Smartswitch_Telephony__t_QueueMemberPrx), array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Telephony__t_QueuePrx, 'getId', 2, 2, 0, null, null, array($IcePHP__t_long), null);
    IcePHP_defineOperation($Smartswitch_Telephony__t_QueuePrx, 'remove', 0, 0, 0, null, null, null, array($Smartswitch__t_AccessException));
}
?>
