- Timestamp:
- Feb 9, 2009 7:01:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r16530 r16608 353 353 } 354 354 355 ComPtr<IVirtualBox> virtualBox;356 355 ComPtr<ISession> session; 357 356 358 rc = virtualBox.createLocalObject(CLSID_VirtualBox);357 rc = g_pVirtualBox.createLocalObject(CLSID_VirtualBox); 359 358 if (FAILED(rc)) 360 359 RTPrintf("ERROR: failed to create the VirtualBox object!\n");
Note:
See TracChangeset
for help on using the changeset viewer.