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

#include "loopconduit.h"

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

public:

    loopConduit_skel() { }

    loopConduit_ptr _this() { return loopConduit::_duplicate(this); }

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

    //
    // IDL:loopConduit/inject:1.0
    //
    virtual void inject(CORBA_Long rounds_) = 0;
};

#endif
