// **********************************************************************
//
// 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 __bisupclient_skel_h__
#define __bisupclient_skel_h__

#include <bisupclient.h>

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

public:

    bisupClientInterface_skel() { }

    bisupClientInterface_ptr _this() { return bisupClientInterface::_duplicate(this); }

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

    //
    // IDL:bisupClientInterface/start:1.0
    //
    virtual void start(CORBA_Long numberOfMessages) = 0;
};

#endif
