// **********************************************************************
//
// Generated by the OmniBroker IDL-to-C++ Translator
//
// Copyright (c) 1997
// Object-Oriented Concepts, Inc.
// Billerica, MA, USA
//
// All Rights Reserved
//
// **********************************************************************

#ifndef __hello_skel_h__
#define __hello_skel_h__

#include <hello.h>

//
// IDL:Hello:1.0
//
class Hello_skel : virtual public Hello,
                   virtual public CORBA_Object_skel
{
    static CORBA_ULong _ob_num_;

    Hello_skel(const Hello_skel&);
    void operator=(const Hello_skel&);

protected:

    Hello_skel() { }
    Hello_skel(const char*);

public:

    Hello_ptr _this() { return Hello::_duplicate(this); }

    virtual CORBA_ULong _OB_incNumber() const;
    virtual OBDispatchStatus _OB_dispatch(const char*, OBFixSeq< CORBA_Octet >&, bool, CORBA_ULong, CORBA_ULong);
};

#endif

