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


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

namespace Smartswitch\Peer
{
    global $Smartswitch_Peer__t_UserSipParameters;
    global $Smartswitch_Peer__t_UserSipParametersPrx;

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

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

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

    global $Ice__t_ObjectPrx;
    $Smartswitch_Peer__t_UserSipParametersPrx = IcePHP_defineProxy('::Smartswitch::Peer::UserSipParameters', $Ice__t_ObjectPrx, array($Smartswitch__t_DestroyablePrx));

    global $IcePHP__t_string;
    IcePHP_defineOperation($Smartswitch_Peer__t_UserSipParametersPrx, 'setSecret', 2, 2, 0, array(array($IcePHP__t_string)), null, null, array($Smartswitch__t_AccessException, $Smartswitch__t_EmptyArgumentException, $Smartswitch_Peer__t_InsecureArgumentException));
}
?>
