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


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

namespace Smartswitch\Billing
{
    global $Smartswitch_Billing__t_Currency;
    global $Smartswitch_Billing__t_CurrencyPrx;

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

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

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

    global $Ice__t_ObjectPrx;
    $Smartswitch_Billing__t_CurrencyPrx = IcePHP_defineProxy('::Smartswitch::Billing::Currency', $Ice__t_ObjectPrx, null);

    global $IcePHP__t_string;
    global $Smartswitch__t_DoubleOpt;
    IcePHP_defineOperation($Smartswitch_Billing__t_CurrencyPrx, 'getName', 2, 2, 0, null, null, array($IcePHP__t_string), null);
    IcePHP_defineOperation($Smartswitch_Billing__t_CurrencyPrx, 'getRate', 2, 2, 0, array(array($IcePHP__t_string)), null, array($Smartswitch__t_DoubleOpt), null);
}
?>
