VirtualBox

Changeset 50323 in vbox


Ignore:
Timestamp:
Feb 5, 2014 10:20:04 AM (11 years ago)
Author:
vboxsync
Message:

Vbox => VBox

Location:
trunk/src/VBox
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvUtils.cpp

    r40435 r50323  
    2222#include <iprt/string.h>
    2323#include <VBox/log.h>
    24 #include <VBox/VboxGuestLib.h>
     24#include <VBox/VBoxGuestLib.h>
    2525
    2626
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/Dialog.cpp

    r40947 r50323  
    2020#include <stdio.h>      /* Needed for swprintf() */
    2121
    22 #include <VBox/VboxGuestLib.h>
     22#include <VBox/VBoxGuestLib.h>
    2323
    2424#include "Dialog.h"
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp

    r40947 r50323  
    2727
    2828#include <VBox/log.h>
    29 #include <VBox/VboxGuestLib.h>
     29#include <VBox/VBoxGuestLib.h>
    3030
    3131/** Flag indicating whether remote sessions (over MSRDP) should be
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp

    r49891 r50323  
    612612int VBoxClipboardInit(const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread)
    613613{
    614     Log(("VBoxTray: VboxClipboardInit\n"));
     614    Log(("VBoxTray: VBoxClipboardInit\n"));
    615615    if (gCtx.pEnv)
    616616    {
  • trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c

    r49600 r50323  
    361361#ifndef VBOX_NO_MESA_PATCH_REPORTS
    362362    crDebug("Mesa Entry: %p, start: %p(%s:%s), size: %li", pMesaEntry, dlip.dli_saddr, dlip.dli_fname, dlip.dli_sname, sym->st_size);
    363     crDebug("Vbox code: start: %p, end %p, size: %li", pStart, pEnd, pEnd-pStart);
     363    crDebug("VBox code: start: %p, end %p, size: %li", pStart, pEnd, pEnd-pStart);
    364364#endif
    365365
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp

    r49103 r50323  
    375375                com::SafeArray<BSTR> aRefs;
    376376                com::SafeArray<BSTR> aOvfValues;
    377                 com::SafeArray<BSTR> aVboxValues;
     377                com::SafeArray<BSTR> aVBoxValues;
    378378                com::SafeArray<BSTR> aExtraConfigValues;
    379379                CHECK_ERROR_BREAK(aVirtualSystemDescriptions[i],
     
    381381                                                 ComSafeArrayAsOutParam(aRefs),
    382382                                                 ComSafeArrayAsOutParam(aOvfValues),
    383                                                  ComSafeArrayAsOutParam(aVboxValues),
     383                                                 ComSafeArrayAsOutParam(aVBoxValues),
    384384                                                 ComSafeArrayAsOutParam(aExtraConfigValues)));
    385385
     
    402402                    Utf8Str strOverride;
    403403
    404                     Bstr bstrFinalValue = aVboxValues[a];
     404                    Bstr bstrFinalValue = aVBoxValues[a];
    405405
    406406                    bool fIgnoreThis = mapIgnoresMapsPerVsys[i][a];
     
    438438                        case VirtualSystemDescriptionType_Product:
    439439                            RTPrintf("%2u: Product (ignored): %ls\n",
    440                                      a, aVboxValues[a]);
     440                                     a, aVBoxValues[a]);
    441441                        break;
    442442
    443443                        case VirtualSystemDescriptionType_ProductUrl:
    444444                            RTPrintf("%2u: ProductUrl (ignored): %ls\n",
    445                                      a, aVboxValues[a]);
     445                                     a, aVBoxValues[a]);
    446446                        break;
    447447
    448448                        case VirtualSystemDescriptionType_Vendor:
    449449                            RTPrintf("%2u: Vendor (ignored): %ls\n",
    450                                      a, aVboxValues[a]);
     450                                     a, aVBoxValues[a]);
    451451                        break;
    452452
    453453                        case VirtualSystemDescriptionType_VendorUrl:
    454454                            RTPrintf("%2u: VendorUrl (ignored): %ls\n",
    455                                      a, aVboxValues[a]);
     455                                     a, aVBoxValues[a]);
    456456                        break;
    457457
    458458                        case VirtualSystemDescriptionType_Version:
    459459                            RTPrintf("%2u: Version (ignored): %ls\n",
    460                                      a, aVboxValues[a]);
     460                                     a, aVBoxValues[a]);
    461461                        break;
    462462
     
    551551                                RTPrintf("%2u: IDE controller, type %ls -- disabled\n",
    552552                                         a,
    553                                          aVboxValues[a]);
     553                                         aVBoxValues[a]);
    554554                                aEnabled[a] = false;
    555555                            }
     
    558558                                         "\n    (disable with \"--vsys %u --unit %u --ignore\")\n",
    559559                                         a,
    560                                          aVboxValues[a],
     560                                         aVBoxValues[a],
    561561                                         i, a);
    562562                        break;
     
    567567                                RTPrintf("%2u: SATA controller, type %ls -- disabled\n",
    568568                                         a,
    569                                          aVboxValues[a]);
     569                                         aVBoxValues[a]);
    570570                                aEnabled[a] = false;
    571571                            }
     
    574574                                        "\n    (disable with \"--vsys %u --unit %u --ignore\")\n",
    575575                                        a,
    576                                         aVboxValues[a],
     576                                        aVBoxValues[a],
    577577                                        i, a);
    578578                        break;
     
    583583                                RTPrintf("%2u: SAS controller, type %ls -- disabled\n",
    584584                                         a,
    585                                          aVboxValues[a]);
     585                                         aVBoxValues[a]);
    586586                                aEnabled[a] = false;
    587587                            }
     
    590590                                        "\n    (disable with \"--vsys %u --unit %u --ignore\")\n",
    591591                                        a,
    592                                         aVboxValues[a],
     592                                        aVBoxValues[a],
    593593                                        i, a);
    594594                        break;
     
    599599                                RTPrintf("%2u: SCSI controller, type %ls -- disabled\n",
    600600                                         a,
    601                                          aVboxValues[a]);
     601                                         aVBoxValues[a]);
    602602                                aEnabled[a] = false;
    603603                            }
     
    618618                                            "\n    disable with \"--vsys %u --unit %u --ignore\")\n",
    619619                                            a,
    620                                             aVboxValues[a],
     620                                            aVBoxValues[a],
    621621                                            i, a, i, a);
    622622                            }
     
    672672                                            a,
    673673                                            aOvfValues[a],
    674                                             aVboxValues[a],
     674                                            aVBoxValues[a],
    675675                                            aExtraConfigValues[a]);
    676676                                }
     
    682682                                            a,
    683683                                            aOvfValues[a],
    684                                             aVboxValues[a],
     684                                            aVBoxValues[a],
    685685                                            aExtraConfigValues[a],
    686686                                            i, a, i, a);
     
    718718                                     a,
    719719                                     aOvfValues[a],
    720                                      aVboxValues[a],
     720                                     aVBoxValues[a],
    721721                                     aExtraConfigValues[a]);
    722722                        break;
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.h

    r36184 r50323  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
    17 #ifndef ___VboxNetFltNobj_h___
    18 #define ___VboxNetFltNobj_h___
     17#ifndef ___VBoxNetFltNobj_h___
     18#define ___VBoxNetFltNobj_h___
    1919
    2020#include <windows.h>
     
    7171};
    7272
    73 #endif /* #ifndef ___VboxNetFltNobj_h___ */
     73#endif /* #ifndef ___VBoxNetFltNobj_h___ */
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobjRc.h

    r36184 r50323  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
    17 #ifndef ___VboxNetFltNobjRc_h___
    18 #define ___VboxNetFltNobjRc_h___
     17#ifndef ___VBoxNetFltNobjRc_h___
     18#define ___VBoxNetFltNobjRc_h___
    1919
    2020/* registry script rc ID */
    2121#define IDR_VBOXNETFLT_NOBJ 101
    2222
    23 #endif /* #ifndef ___VboxNetFltNobjRc_h___ */
     23#endif /* #ifndef ___VBoxNetFltNobjRc_h___ */
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