// **********************************************************************
//
// Generated by the ORBacus IDL-to-C++ Translator
//
// Copyright (c) 1998
// Object-Oriented Concepts, Inc.
// Billerica, MA, USA
//
// Copyright (c) 1998
// Object-Oriented Concepts GmbH
// Ettlingen, Germany
//
// All Rights Reserved
//
// **********************************************************************

// Version: 3.0.1
// License: non-commercial

#include <OB/CORBA.h>
#include <bisupclient_skel.h>

//
// IDL:bisupClientInterface:1.0
//
OBDispatchStatus
bisupClientInterface_skel::_OB_dispatch(const char* _ob_op,
                                        OBBuffer& _ob_buf,
                                        bool _ob_sw,
                                        CORBA_ULong _ob_offIn,
                                        CORBA_ULong _ob_offOut)
{
    if(strcmp(_ob_op, "start") == 0)
    {
        const CORBA_Octet* _ob_co = _ob_buf.data + _ob_offIn;
        CORBA_Long _ob_a0;
        OBUnmarshal(_ob_a0, _ob_co, _ob_sw);

        start(_ob_a0);

        CORBA_ULong _ob_cnt = _ob_offOut;

        _ob_buf.alloc(_ob_cnt);

        return OBDispatchStatusOK;
    }
    else
        return CORBA_Object_skel::_OB_dispatch(_ob_op, _ob_buf, _ob_sw, _ob_offIn, _ob_offOut);
}
