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

#include "aa_adapter.h"

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

public:

    aaAdapter_skel() { }

    aaAdapter_ptr _this() { return aaAdapter::_duplicate(this); }

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

    //
    // IDL:aaAdapter/inject:1.0
    //
    virtual void inject(CORBA_Long pdus_,
                        CORBA_Long interval_in_msec_) = 0;
};

#endif
