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


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

namespace Smartswitch\Billing
{
    global $Smartswitch_Billing__t_Service;
    global $Smartswitch_Billing__t_ServicePrx;

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

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

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

    global $Ice__t_ObjectPrx;
    $Smartswitch_Billing__t_ServicePrx = IcePHP_defineProxy('::Smartswitch::Billing::Service', $Ice__t_ObjectPrx, array($Smartswitch__t_DestroyablePrx));

    global $IcePHP__t_long;
    global $IcePHP__t_string;
    IcePHP_defineOperation($Smartswitch_Billing__t_ServicePrx, 'getId', 2, 2, 0, null, null, array($IcePHP__t_long), null);
    IcePHP_defineOperation($Smartswitch_Billing__t_ServicePrx, 'getName', 2, 2, 0, null, null, array($IcePHP__t_string), null);
}

namespace Smartswitch\Billing
{
    global $Smartswitch_Billing__t_ServiceSequence;

    if(!isset($Smartswitch_Billing__t_ServiceSequence))
    {
        global $Smartswitch_Billing__t_ServicePrx;
        $Smartswitch_Billing__t_ServiceSequence = IcePHP_defineSequence('::Smartswitch::Billing::ServiceSequence', $Smartswitch_Billing__t_ServicePrx);
    }
}
?>
