VirtualBoxClientImpl.h revision 3afa512ac0bad8bbaa83c2d5279f4b2db286221b
/* $Id$ */
/** @file
* Header file for the VirtualBoxClient (IVirtualBoxClient) class, VBoxC.
*/
/*
* Copyright (C) 2010 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_VIRTUALBOXCLIENTIMPL
#define ____H_VIRTUALBOXCLIENTIMPL
#include "VirtualBoxBase.h"
#include "EventImpl.h"
#ifdef RT_OS_WINDOWS
# include "win/resource.h"
#endif
#ifdef RT_OS_WINDOWS
#endif
{
void FinalRelease();
// public initializer/uninitializer for internal purposes only
void uninit();
// IUSBDevice properties
struct Data
{
Data()
{}
};
};
#endif // ____H_VIRTUALBOXCLIENTIMPL
/* vi: set tabstop=4 shiftwidth=4 expandtab: */