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


namespace
{
    require_once 'Config.php';
    require_once 'Destroyable.php';
    require_once 'AccessException.php';
    require_once 'Peer/User.php';
}

namespace Smartswitch\Telephony
{
    global $Smartswitch_Telephony__t_QueueMember;
    global $Smartswitch_Telephony__t_QueueMemberPrx;

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

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

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

    global $Ice__t_ObjectPrx;
    $Smartswitch_Telephony__t_QueueMemberPrx = IcePHP_defineProxy('::Smartswitch::Telephony::QueueMember', $Ice__t_ObjectPrx, array($Smartswitch__t_DestroyablePrx));

    global $IcePHP__t_bool;
    global $IcePHP__t_int;
    global $Smartswitch_Peer__t_UserPrx;
    IcePHP_defineOperation($Smartswitch_Telephony__t_QueueMemberPrx, 'isEnabled', 2, 2, 0, null, null, array($IcePHP__t_bool), array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Telephony__t_QueueMemberPrx, 'setEnabled', 2, 2, 0, array(array($IcePHP__t_bool)), null, null, array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Telephony__t_QueueMemberPrx, 'getPenalty', 2, 2, 0, null, null, array($IcePHP__t_int), array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Telephony__t_QueueMemberPrx, 'setPenalty', 2, 2, 0, array(array($IcePHP__t_int)), null, null, array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Telephony__t_QueueMemberPrx, 'getUser', 0, 0, 0, null, null, array($Smartswitch_Peer__t_UserPrx), array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Telephony__t_QueueMemberPrx, 'remove', 0, 0, 0, null, null, null, array($Smartswitch__t_AccessException));
}
?>
