// **********************************************************************
//
// 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

#ifndef __ORBacustest_skel_h__
#define __ORBacustest_skel_h__

#include "ORBacustest.h"

//
// IDL:ORBacustest:1.0
//
class ORBacustest_skel : virtual public ORBacustest,
                         virtual public CORBA_Object_skel
{
    ORBacustest_skel(const ORBacustest_skel&);
    void operator=(const ORBacustest_skel&);

public:

    ORBacustest_skel() { }

    ORBacustest_ptr _this() { return ORBacustest::_duplicate(this); }

    virtual OBDispatchStatus _OB_dispatch(const char*, OBBuffer&, bool, CORBA_ULong, CORBA_ULong);

    //
    // IDL:ORBacustest/test:1.0
    //
    virtual void test() = 0;
};

#endif
