// **********************************************************************
//
// 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 "ORBacustest_skel.h"

//
// IDL:ORBacustest:1.0
//
OBDispatchStatus
ORBacustest_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, "test") == 0)
    {

        test();

        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);
}
