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


namespace Smartswitch
{
    global $Smartswitch__t_Direction;
    class Direction
    {
        const Inbound = 0;
        const Outbound = 1;
    }

    $Smartswitch__t_Direction = IcePHP_defineEnum('::Smartswitch::Direction', array('Inbound', 0, 'Outbound', 1));
}
?>
