HostNetworkInterfaceImpl.h revision d154c1c5facaa82c6d0762e7c59125015a486a73
/* $Id$ */
/** @file
*
* VirtualBox COM class implementation
*/
/*
* Copyright (C) 2006-2009 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* General Public License (GPL) as published by the Free Software
* Foundation, in version 2 as it comes in the "COPYING" file of the
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
#ifndef ____H_HOSTNETWORKINTERFACEIMPL
#define ____H_HOSTNETWORKINTERFACEIMPL
#include "VirtualBoxBase.h"
#include "VirtualBoxImpl.h"
#ifdef VBOX_WITH_HOSTNETIF_API
/* class HostNetworkInterface; */
/* #include "netif.h" */
struct NETIFINFO;
#endif
{
void FinalRelease();
// public initializer/uninitializer for internal purposes only
#ifdef VBOX_WITH_HOSTNETIF_API
HRESULT updateConfig ();
#endif
// IHostNetworkInterface properties
STDMETHOD(DhcpRediscover) ();
const Bstr mInterfaceName;
const Bstr mNetworkName;
VirtualBox * const mVBox;
struct Data
{
} m;
};
#endif // ____H_H_HOSTNETWORKINTERFACEIMPL
/* vi: set tabstop=4 shiftwidth=4 expandtab: */