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


namespace Smartswitch\Peer
{
    global $Smartswitch_Peer__t_Variable;
    class Variable
    {
        public function __construct($name='', $value='')
        {
            $this->name = $name;
            $this->value = $value;
        }

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

        public $name;
        public $value;
    }

    global $IcePHP__t_string;
    $Smartswitch_Peer__t_Variable = IcePHP_defineStruct('::Smartswitch::Peer::Variable', '\\Smartswitch\\Peer\\Variable', array(
        array('name', $IcePHP__t_string),
        array('value', $IcePHP__t_string)));
}

namespace Smartswitch\Peer
{
    global $Smartswitch_Peer__t_VariableSequence;

    if(!isset($Smartswitch_Peer__t_VariableSequence))
    {
        global $Smartswitch_Peer__t_Variable;
        $Smartswitch_Peer__t_VariableSequence = IcePHP_defineSequence('::Smartswitch::Peer::VariableSequence', $Smartswitch_Peer__t_Variable);
    }
}

namespace Smartswitch\Peer
{
    global $Smartswitch_Peer__t_VariableDictionary;

    if(!isset($Smartswitch_Peer__t_VariableDictionary))
    {
        global $IcePHP__t_string;
        global $IcePHP__t_string;
        $Smartswitch_Peer__t_VariableDictionary = IcePHP_defineDictionary('::Smartswitch::Peer::VariableDictionary', $IcePHP__t_string, $IcePHP__t_string);
    }
}
?>
