VirtualBox

Changeset 23845 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 19, 2009 8:49:10 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53607
Message:

VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

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

    r23821 r23845  
    336336        linux/HostHardwareLinux.cpp
    337337
     338ifdef VBOX_WITH_DBUS
     339 VBoxSVC_SOURCES.linux += linux/vbox-dbus.cpp
     340endif
     341
    338342VBoxSVC_SOURCES.solaris = \
    339343        linux/vbox-libhal.cpp \
  • trunk/src/VBox/Main/linux/HostHardwareLinux.cpp

    r23819 r23845  
    3131
    3232#include <VBox/log.h>
    33 # ifdef VBOX_WITH_DBUS
    34 #  include <VBox/dbus.h>
    35 # endif
    3633
    3734#include <iprt/dir.h>
     
    5754# include <linux/fd.h>
    5855# include <linux/major.h>
     56# ifdef VBOX_WITH_DBUS
     57#  include <vbox-dbus.h>
     58# endif
    5959# include <errno.h>
    6060# include <scsi/scsi.h>
     
    10251025#ifdef VBOX_WITH_DBUS
    10261026        if (   RT_SUCCESS(rc)
    1027             && RT_SUCCESS(RTDBusLoadLib())
     1027            && RT_SUCCESS(VBoxLoadDBusLib())
    10281028            && (!success || testing()))
    10291029            rc = getUSBDeviceInfoFromHal(&mDeviceList, &halSuccess);
     
    10701070
    10711071    mContext = new Context;
    1072     if (RT_SUCCESS(RTDBusLoadLib()))
     1072    if (RT_SUCCESS(VBoxLoadDBusLib()))
    10731073    {
    10741074        for (unsigned i = 0; RT_SUCCESS(rc) && i < 5 && !mContext->mConnection; ++i)
  • trunk/src/VBox/Main/testcase/Makefile.kmk

    r23819 r23845  
    125125tstHostHardwareLinux_SOURCES   = \
    126126        tstHostHardwareLinux.cpp \
    127         ../linux/HostHardwareLinux.cpp
     127        ../linux/HostHardwareLinux.cpp \
     128        ../linux/vbox-dbus.cpp
    128129tstHostHardwareLinux_INCS      = . ../include
    129130tstHostHardwareLinux_DEFS      = \
Note: See TracChangeset for help on using the changeset viewer.

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