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


namespace
{
    require_once 'Destroyable.php';
    require_once 'AccessException.php';
    require_once 'DuplicateException.php';
}

namespace Smartswitch\Peer
{
    global $Smartswitch_Peer__t_UserCallerId;
    global $Smartswitch_Peer__t_UserCallerIdPrx;

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

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

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

    global $Ice__t_ObjectPrx;
    $Smartswitch_Peer__t_UserCallerIdPrx = IcePHP_defineProxy('::Smartswitch::Peer::UserCallerId', $Ice__t_ObjectPrx, array($Smartswitch__t_DestroyablePrx));

    global $IcePHP__t_string;
    global $IcePHP__t_long;
    IcePHP_defineOperation($Smartswitch_Peer__t_UserCallerIdPrx, 'getCallerName', 2, 2, 0, null, null, array($IcePHP__t_string), array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Peer__t_UserCallerIdPrx, 'setCallerName', 2, 2, 0, array(array($IcePHP__t_string)), null, null, array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Peer__t_UserCallerIdPrx, 'getCallerNumber', 2, 2, 0, null, null, array($IcePHP__t_string), array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Peer__t_UserCallerIdPrx, 'setCallerNumber', 2, 2, 0, array(array($IcePHP__t_string)), null, null, array($Smartswitch__t_AccessException, $Smartswitch__t_DuplicateException));
    IcePHP_defineOperation($Smartswitch_Peer__t_UserCallerIdPrx, 'getRealCalleeIdPattern', 2, 2, 0, null, null, array($IcePHP__t_string), array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Peer__t_UserCallerIdPrx, 'setRealCalleeIdPattern', 2, 2, 0, array(array($IcePHP__t_string)), null, null, array($Smartswitch__t_AccessException, $Smartswitch__t_DuplicateException));
    IcePHP_defineOperation($Smartswitch_Peer__t_UserCallerIdPrx, 'getCalleeIdPattern', 2, 2, 0, null, null, array($IcePHP__t_string), array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Peer__t_UserCallerIdPrx, 'setCalleeIdPattern', 2, 2, 0, array(array($IcePHP__t_string)), null, null, array($Smartswitch__t_AccessException, $Smartswitch__t_DuplicateException));
    IcePHP_defineOperation($Smartswitch_Peer__t_UserCallerIdPrx, 'getPriority', 2, 2, 0, null, null, array($IcePHP__t_long), array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Peer__t_UserCallerIdPrx, 'setPriority', 2, 2, 0, array(array($IcePHP__t_long)), null, null, array($Smartswitch__t_AccessException));
    IcePHP_defineOperation($Smartswitch_Peer__t_UserCallerIdPrx, 'remove', 0, 0, 0, null, null, null, array($Smartswitch__t_AccessException));
}

namespace Smartswitch\Peer
{
    global $Smartswitch_Peer__t_UserCallerIdSequence;

    if(!isset($Smartswitch_Peer__t_UserCallerIdSequence))
    {
        global $Smartswitch_Peer__t_UserCallerIdPrx;
        $Smartswitch_Peer__t_UserCallerIdSequence = IcePHP_defineSequence('::Smartswitch::Peer::UserCallerIdSequence', $Smartswitch_Peer__t_UserCallerIdPrx);
    }
}
?>
