#ifndef _BONOBOMM_SERVERS_UNKNOWN_CPPIMPL_H #define _BONOBOMM_SERVERS_UNKNOWN_CPPIMPL_H /* $Id: unknown_cppimpl.h,v 1.2 2002/10/12 21:53:17 murrayc Exp $ */ /* unknown_cppimpl.h * * Copyright (C) 2002 The libbonobomm Development Team * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "bonobomm/generated/Bonobo-cpp-skels.h" #include namespace Gnome { namespace Bonobo { namespace Servers { class Unknown_CppImpl : public virtual POA_Bonobo::Unknown, public SigC::Object { public: Unknown_CppImpl(); virtual ~Unknown_CppImpl(); //CORBA method implementations: //From Bonobo::Unknown: virtual void ref() throw(CORBA::SystemException); virtual void unref() throw(CORBA::SystemException); virtual ::Bonobo::Unknown_ptr queryInterface(char const *repoid) throw(CORBA::SystemException); }; } //namespace Servers } //namespace Bonobo } //namespace Gnome #endif //_BONOBOMM_SERVERS_UNKNOWN_CPPIMPL_H