VirtualBox

Changeset 13842 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 5, 2008 3:46:01 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38834
Message:

It's RTuuid not Ruuid.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/HostUSBImpl.cpp

    r13838 r13842  
    242242    void *pvRemote = NULL;
    243243
    244     LogFlowMember (("Console::AttachUSBDevice: Proxying USB device '%s' %Ruuid...\n", Address.c_str(), &Uuid));
     244    LogFlowMember (("Console::AttachUSBDevice: Proxying USB device '%s' %RTuuid...\n", Address.c_str(), &Uuid));
    245245    PVMREQ pReq;
    246246    vrc = VMR3ReqCall (mpVM, VMREQDEST_ANY, &pReq, RT_INDEFINITE_WAIT,
     
    255255    else
    256256    {
    257         Log (("Console::AttachUSBDevice: Failed to create proxy device for '%s' %Ruuid, vrc=%Rrc\n", Address.c_str(),
     257        Log (("Console::AttachUSBDevice: Failed to create proxy device for '%s' %RTuuid, vrc=%Rrc\n", Address.c_str(),
    258258        &Uuid, vrc));
    259259        AssertRC (vrc);
     
    301301
    302302            RTUUID Uuid = aDevice->id();
    303             LogFlowMember (("Console::DetachUSBDevice: Detaching USB proxy device %Ruuid...\n", &Uuid));
     303            LogFlowMember (("Console::DetachUSBDevice: Detaching USB proxy device %RTuuid...\n", &Uuid));
    304304            PVMREQ pReq;
    305305            vrc = VMR3ReqCall (mpVM, VMREQDEST_ANY, &pReq, RT_INDEFINITE_WAIT, (PFNRT)pRhConfig->pfnDestroyProxyDevice,
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r13838 r13842  
    28132813                machine->COMGETTER(Name)(name.asOutParam());
    28142814                machine->COMGETTER(Id)(uuid.asOutParam());
    2815                 RTPrintf("%s%lS (UUID: %Ruuid)\n",
     2815                RTPrintf("%s%lS (UUID: %RTuuid)\n",
    28162816                         j == 0 ? "Usage:        " : "              ",
    28172817                         name.raw(), &machineIds[j]);
     
    65036503                machine->COMGETTER(Name)(name.asOutParam());
    65046504                machine->COMGETTER(Id)(uuid.asOutParam());
    6505                 RTPrintf("%s%lS (UUID: %Ruuid)\n",
     6505                RTPrintf("%s%lS (UUID: %RTuuid)\n",
    65066506                         j == 0 ? "In use by VMs:        " : "                      ",
    65076507                         name.raw(), &machineIds[j]);
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