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


namespace
{
    require_once 'Config.php';
}

namespace Smartswitch
{
    global $Smartswitch__t_BatchError;
    class BatchError
    {
        public function __construct($description='', $solution='')
        {
            $this->description = $description;
            $this->solution = $solution;
        }

        public function __toString()
        {
            global $Smartswitch__t_BatchError;
            return IcePHP_stringify($this, $Smartswitch__t_BatchError);
        }

        public $description;
        public $solution;
    }

    global $IcePHP__t_string;
    $Smartswitch__t_BatchError = IcePHP_defineStruct('::Smartswitch::BatchError', '\\Smartswitch\\BatchError', array(
        array('description', $IcePHP__t_string),
        array('solution', $IcePHP__t_string)));
}

namespace Smartswitch
{
    global $Smartswitch__t_BatchErrorOpt;

    if(!isset($Smartswitch__t_BatchErrorOpt))
    {
        global $Smartswitch__t_BatchError;
        $Smartswitch__t_BatchErrorOpt = IcePHP_defineSequence('::Smartswitch::BatchErrorOpt', $Smartswitch__t_BatchError);
    }
}
?>
