VirtualBox

source: vbox/trunk/include/VBox/com/VirtualBox.h@ 3638

Last change on this file since 3638 was 3638, checked in by vboxsync, 17 years ago

AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] -> RT_OS_[OS].

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1/** @file
2 * MS COM / XPCOM Abstraction Layer:
3 * VirtualBox COM Library definitions.
4 *
5 * Note: This is the main header file that COM/XPCOM clients
6 * include; however, it is only a wrapper around another
7 * platform-dependent include file that contains the real
8 * COM/XPCOM interface declarations. That other include file
9 * is generated automatically at build time from
10 * /src/VBox/Main/idl/VirtualBox.xidl, which contains all
11 * the VirtualBox interfaces; the include file is called
12 * VirtualBox.h on Windows hosts and VirtualBox_XPCOM.h
13 * on Linux hosts. The build process places it in
14 * out/<platform>/bin/sdk/include, from where it gets
15 * included by the rest of the VirtualBox code.
16 */
17
18/*
19 * Copyright (C) 2006-2007 innotek GmbH
20 *
21 * This file is part of VirtualBox Open Source Edition (OSE), as
22 * available from http://www.virtualbox.org. This file is free software;
23 * you can redistribute it and/or modify it under the terms of the GNU
24 * General Public License as published by the Free Software Foundation,
25 * in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
26 * distribution. VirtualBox OSE is distributed in the hope that it will
27 * be useful, but WITHOUT ANY WARRANTY of any kind.
28 *
29 * If you received this file as part of a commercial VirtualBox
30 * distribution, then only the terms of your commercial VirtualBox
31 * license agreement apply instead of the previous paragraph.
32 */
33
34#ifndef ___VBox_com_VirtualBox_h
35#define ___VBox_com_VirtualBox_h
36
37// generated VirtualBox COM library definition file
38#if !defined (VBOXCOM_NOINCLUDE)
39#if defined (RT_OS_WINDOWS)
40#include <VirtualBox.h>
41#else
42#include <VirtualBox_XPCOM.h>
43#endif
44#endif // !defined (VBOXCOM_NOINCLUDE)
45
46// for convenience
47#include "VBox/com/defs.h"
48
49#endif
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette