VirtualBox

Changeset 39885 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 26, 2012 3:02:48 PM (13 years ago)
Author:
vboxsync
Message:

Main/cbindings: update XPCOM C bindings again

Location:
trunk/src/VBox/Main/cbinding
Files:
3 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/Makefile.kmk

    r29167 r39885  
    55
    66#
    7 # Copyright (C) 2009 Oracle Corporation
     7# Copyright (C) 2009-2012 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    4848        VBoxCAPI_v3_0.h \
    4949        VBoxCAPI_v3_1.h \
    50         $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_2.h
     50        VBoxCAPI_v3_2.h \
     51        VBoxCAPI_v4_0.h \
     52        VBoxCAPI_v4_1.h \
     53        $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v$(VBOX_API_VERSION).h
    5154
    52 $$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_2.h: \
     55$$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v$(VBOX_API_VERSION).h: \
    5356                $(PATH_SUB_CURRENT)/xpcidl.xsl \
    5457                $(VBOX_XIDL_FILE) \
     
    7073        VBoxXPCOMC.cpp
    7174 VBoxXPCOMC_INTERMEDIATES = \
    72         $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_2.h
     75        $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v$(VBOX_API_VERSION).h
    7376 endif
    7477
     
    8285        VBoxXPCOMCGlue.c
    8386 VBoxXPCOMCGlue_INTERMEDIATES = \
    84         $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_2.h
     87        $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v$(VBOX_API_VERSION).h
    8588
    8689 if defined(VBOX_WITH_TESTCASES) && "$(KBUILD_TARGET)" != "darwin"
     
    9497        $(VBOX_PATH_SDK)/bindings/xpcom/include
    9598  tstXPCOMCGlue_INTERMEDIATES = \
    96         $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_2.h
     99        $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v$(VBOX_API_VERSION).h
    97100  tstXPCOMCGlue_SOURCES = \
    98101        tstXPCOMCGlue.c
     
    109112        $(VBOX_PATH_SDK)/bindings/xpcom/include
    110113   tstXPCOMCCall_INTERMEDIATES = \
    111         $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_2.h
     114        $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v$(VBOX_API_VERSION).h
    112115   tstXPCOMCCall_SOURCES = \
    113116        tstXPCOMCCall.c
  • trunk/src/VBox/Main/cbinding/VBoxCAPI_v2_2.h

    r29200 r39885  
    1515 *      xpcom/include/xpcom/nsISupportsBase.h
    1616 *
    17  * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Sun
     17 * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Oracle
    1818 * elects to distribute this derived work under the LGPL2.1 only.
    1919 */
    2020
    2121/*
    22  * Copyright (C) 2008-2009 Oracle Corporation
     22 * Copyright (C) 2008-2012 Oracle Corporation
    2323 *
    2424 * This file is part of a free software library; you can redistribute
  • trunk/src/VBox/Main/cbinding/VBoxCAPI_v3_0.h

    r29200 r39885  
    1515 *      xpcom/include/xpcom/nsISupportsBase.h
    1616 *
    17  * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Sun
     17 * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Oracle
    1818 * elects to distribute this derived work under the LGPL2.1 only.
    1919 */
    2020
    2121/*
    22  * Copyright (C) 2008-2009 Oracle Corporation
     22 * Copyright (C) 2008-2012 Oracle Corporation
    2323 *
    2424 * This file is part of a free software library; you can redistribute
  • trunk/src/VBox/Main/cbinding/VBoxCAPI_v3_1.h

    r29200 r39885  
    1515 *      xpcom/include/xpcom/nsISupportsBase.h
    1616 *
    17  * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Sun
     17 * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Oracle
    1818 * elects to distribute this derived work under the LGPL2.1 only.
    1919 */
    2020
    2121/*
    22  * Copyright (C) 2008-2009 Oracle Corporation
     22 * Copyright (C) 2008-2012 Oracle Corporation
    2323 *
    2424 * This file is part of a free software library; you can redistribute
  • trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.h

    r29200 r39885  
    55
    66/*
    7  * Copyright (C) 2008-2009 Oracle Corporation
     7 * Copyright (C) 2008-2012 Oracle Corporation
    88 *
    99 * Permission is hereby granted, free of charge, to any person
     
    3232#define ___VBoxXPCOMC_cglue_h
    3333
    34 #include "VBoxCAPI_v3_2.h"
     34#include "VBoxCAPI_v4_2.h"
    3535
    3636#ifdef __cplusplus
  • trunk/src/VBox/Main/cbinding/xpcidl.xsl

    r32404 r39885  
    66 *  from the generic interface definition expressed in XML.
    77
    8      Copyright (C) 2008-2010 Oracle Corporation
     8     Copyright (C) 2008-2012 Oracle Corporation
    99
    1010     This file is part of VirtualBox Open Source Edition (OSE), as
     
    116116 *      xpcom/include/xpcom/nsISupportsBase.h
    117117 *
    118  * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Sun
     118 * These files were originally triple-licensed (MPL/GPL2/LGPL2.1). Oracle
    119119 * elects to distribute this derived work under the LGPL2.1 only.
    120120 */
    121121
    122122/*
    123  * Copyright (C) 2008-2010 Oracle Corporation
     123 * Copyright (C) 2008-2012 Oracle Corporation
    124124 *
    125125 * This file is part of a free software library; you can redistribute
Note: See TracChangeset for help on using the changeset viewer.

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