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


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

namespace Smartswitch\Peer
{
    global $Smartswitch_Peer__t_UserGroup;
    global $Smartswitch_Peer__t_UserGroupPrx;

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

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

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

    global $Ice__t_ObjectPrx;
    $Smartswitch_Peer__t_UserGroupPrx = IcePHP_defineProxy('::Smartswitch::Peer::UserGroup', $Ice__t_ObjectPrx, array($Smartswitch_Peer__t_GenericPeerPrx));

    global $Smartswitch_Peer__t_UserCallerIdSequence;
    global $IcePHP__t_string;
    global $Smartswitch_Peer__t_UserCallerIdPrx;
    IcePHP_defineOperation($Smartswitch_Peer__t_UserGroupPrx, 'getCallerIds', 0, 0, 0, null, null, array($Smartswitch_Peer__t_UserCallerIdSequence), array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Peer__t_UserGroupPrx, 'addCallerId', 0, 0, 0, array(array($IcePHP__t_string), array($IcePHP__t_string), array($IcePHP__t_string)), null, array($Smartswitch_Peer__t_UserCallerIdPrx), array($Smartswitch__t_AccessException, $Smartswitch__t_DuplicateException));
}
?>
