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


namespace Smartswitch
{
    global $Smartswitch__t_Progress;
    global $Smartswitch__t_ProgressPrx;

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

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

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

    global $Ice__t_ObjectPrx;
    $Smartswitch__t_ProgressPrx = IcePHP_defineProxy('::Smartswitch::Progress', $Ice__t_ObjectPrx, null);

    IcePHP_defineOperation($Smartswitch__t_ProgressPrx, 'inc', 0, 0, 0, null, null, null, null);
}
?>
