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


namespace
{
    require_once 'Config.php';
    require_once 'Destroyable.php';
}

namespace Smartswitch\Telephony\CallGeneration
{
    global $Smartswitch_Telephony_CallGeneration__t_AnswerPeer;
    global $Smartswitch_Telephony_CallGeneration__t_AnswerPeerPrx;

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

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

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

    global $Ice__t_ObjectPrx;
    $Smartswitch_Telephony_CallGeneration__t_AnswerPeerPrx = IcePHP_defineProxy('::Smartswitch::Telephony::CallGeneration::AnswerPeer', $Ice__t_ObjectPrx, array($Smartswitch__t_DestroyablePrx));
}
?>
