VirtualBox

Changeset 29167 in vbox for trunk/src/VBox/Main/cbinding


Ignore:
Timestamp:
May 6, 2010 3:58:14 PM (15 years ago)
Author:
vboxsync
Message:

Main/cbinding: add the bindings for 3.1 and generate the bindings for 3.2

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

Legend:

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

    r28800 r29167  
    4747        VBoxCAPI_v2_2.h \
    4848        VBoxCAPI_v3_0.h \
    49         $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_1.h
     49        VBoxCAPI_v3_1.h \
     50        $(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_2.h
    5051
    51 $$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_1.h: \
     52$$(XpComCHeaders_0_OUTDIR)/VBoxCAPI_v3_2.h: \
    5253                $(PATH_SUB_CURRENT)/xpcidl.xsl \
    5354                $(VBOX_XIDL_FILE) \
     
    6970        VBoxXPCOMC.cpp
    7071 VBoxXPCOMC_INTERMEDIATES = \
    71         $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_1.h
     72        $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_2.h
    7273 endif
    7374
     
    8182        VBoxXPCOMCGlue.c
    8283 VBoxXPCOMCGlue_INTERMEDIATES = \
    83         $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_1.h
     84        $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_2.h
    8485
    8586 if defined(VBOX_WITH_TESTCASES) && "$(KBUILD_TARGET)" != "darwin"
     
    9394        $(VBOX_PATH_SDK)/bindings/xpcom/include
    9495  tstXPCOMCGlue_INTERMEDIATES = \
    95         $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_1.h
     96        $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_2.h
    9697  tstXPCOMCGlue_SOURCES = \
    9798        tstXPCOMCGlue.c
     
    108109        $(VBOX_PATH_SDK)/bindings/xpcom/include
    109110   tstXPCOMCCall_INTERMEDIATES = \
    110         $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_1.h
     111        $(VBOX_PATH_SDK)/bindings/xpcom/include/VBoxCAPI_v3_2.h
    111112   tstXPCOMCCall_SOURCES = \
    112113        tstXPCOMCCall.c
  • trunk/src/VBox/Main/cbinding/VBoxXPCOMC.cpp

    r28800 r29167  
    2525#include <VBox/log.h>
    2626
    27 #include "VBoxCAPI_v3_1.h"
     27#include "VBoxCAPI_v3_2.h"
    2828#include "VBox/com/com.h"
    2929#include "VBox/version.h"
  • trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.h

    r21525 r29167  
    3232#define ___VBoxXPCOMC_cglue_h
    3333
    34 #include "VBoxCAPI_v3_1.h"
     34#include "VBoxCAPI_v3_2.h"
    3535
    3636#ifdef __cplusplus
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