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


namespace Smartswitch
{
    global $Smartswitch__t_Destroyable;
    global $Smartswitch__t_DestroyablePrx;

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

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

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

    global $Ice__t_ObjectPrx;
    $Smartswitch__t_DestroyablePrx = IcePHP_defineProxy('::Smartswitch::Destroyable', $Ice__t_ObjectPrx, null);

    IcePHP_defineOperation($Smartswitch__t_DestroyablePrx, 'destroy', 0, 0, 0, null, null, null, null);
}
?>
