VirtualBox

Changeset 23855 in vbox


Ignore:
Timestamp:
Oct 19, 2009 11:53:08 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53623
Message:

VBox Runtime/D-Bus: Renamed loading function to RTDBusLoadLib().

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/freebsd/HostHardwareFreeBSD.cpp

    r23628 r23855  
    386386#ifdef VBOX_WITH_DBUS
    387387        if (   RT_SUCCESS(rc)
    388             && RT_SUCCESS(VBoxLoadDBusLib())
     388            && RT_SUCCESS(RTDBusLoadLib())
    389389            && (!success || testing()))
    390390            rc = getUSBDeviceInfoFromHal(&mDeviceList, &halSuccess);
     
    431431
    432432    mContext = new Context;
    433     if (RT_SUCCESS(VBoxLoadDBusLib()))
     433    if (RT_SUCCESS(RTDBusLoadLib()))
    434434    {
    435435        for (unsigned i = 0; RT_SUCCESS(rc) && i < 5 && !mContext->mConnection; ++i)
  • trunk/src/VBox/Main/linux/HostHardwareLinux.cpp

    r23848 r23855  
    10251025#ifdef VBOX_WITH_DBUS
    10261026        if (   RT_SUCCESS(rc)
    1027             && RT_SUCCESS(VBoxLoadDBusLib())
     1027            && RT_SUCCESS(RTDBusLoadLib())
    10281028            && (!success || testing()))
    10291029            rc = getUSBDeviceInfoFromHal(&mDeviceList, &halSuccess);
     
    10701070
    10711071    mContext = new Context;
    1072     if (RT_SUCCESS(VBoxLoadDBusLib()))
     1072    if (RT_SUCCESS(RTDBusLoadLib()))
    10731073    {
    10741074        for (unsigned i = 0; RT_SUCCESS(rc) && i < 5 && !mContext->mConnection; ++i)
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