VirtualBox

Changeset 16608 in vbox for trunk


Ignore:
Timestamp:
Feb 9, 2009 7:01:47 PM (16 years ago)
Author:
vboxsync
Message:

webservice: fix messup from error updates (webservice was completely broken)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/vboxweb.cpp

    r16530 r16608  
    353353    }
    354354
    355     ComPtr<IVirtualBox> virtualBox;
    356355    ComPtr<ISession> session;
    357356
    358     rc = virtualBox.createLocalObject(CLSID_VirtualBox);
     357    rc = g_pVirtualBox.createLocalObject(CLSID_VirtualBox);
    359358    if (FAILED(rc))
    360359        RTPrintf("ERROR: failed to create the VirtualBox object!\n");
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