VirtualBox

Changeset 57358 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (9 years ago)
Author:
vboxsync
Message:

*: scm cleanup run.

Location:
trunk/src/VBox/Main/src-server
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostPower.cpp

    r55401 r57358  
    1818
    1919
    20 /*******************************************************************************
    21 *   Header Files                                                               *
    22 *******************************************************************************/
     20/*********************************************************************************************************************************
     21*   Header Files                                                                                                                 *
     22*********************************************************************************************************************************/
    2323
    2424#include "HostPower.h"
  • trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp

    r57034 r57358  
    350350            name = "<unknown>";
    351351            LogRel(("USB: Unknown USB device detected ( idVendor: 0x%04x, idProduct: 0x%04x ). \
    352                 Please, report the idVendor and idProduct to vbox.org.\n", vendorName, productName)); 
     352                Please, report the idVendor and idProduct to vbox.org.\n", vendorName, productName));
    353353        }
    354354    }
  • trunk/src/VBox/Main/src-server/USBIdDatabaseGenerator.cpp

    r57338 r57358  
    5454const size_t AliasDictionary::vendors_size = sizeof(AliasDictionary::vendorArray) / sizeof(Vendor);";
    5555
    56 const char* start_block = "#            interface  interface_name               <-- two tabs";
     56const char* start_block = "#            interface  interface_name               <-- two tabs";
    5757const char* end_block = "# List of known device classes, subclasses and protocols";
    5858
  • trunk/src/VBox/Main/src-server/USBIdDatabaseStub.cpp

    r57034 r57358  
    2020Product AliasDictionary::productArray[] = {0};
    2121
    22 const size_t AliasDictionary::products_size = sizeof(AliasDictionary::productArray) / sizeof(Product); 
     22const size_t AliasDictionary::products_size = sizeof(AliasDictionary::productArray) / sizeof(Product);
    2323
    2424Vendor AliasDictionary::vendorArray[] = {0};
  • trunk/src/VBox/Main/src-server/darwin/NetIf-darwin.cpp

    r49674 r57358  
    1818
    1919
    20 /*******************************************************************************
    21 *   Header Files                                                               *
    22 *******************************************************************************/
     20/*********************************************************************************************************************************
     21*   Header Files                                                                                                                 *
     22*********************************************************************************************************************************/
    2323/*
    2424 * Deal with conflicts first.
  • trunk/src/VBox/Main/src-server/darwin/USBProxyServiceDarwin.cpp

    r49963 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222#include "USBProxyService.h"
    2323#include "Logging.h"
  • trunk/src/VBox/Main/src-server/darwin/iokit.cpp

    r56941 r57358  
    2121
    2222
    23 /*******************************************************************************
    24 *   Header Files                                                               *
    25 *******************************************************************************/
     23/*********************************************************************************************************************************
     24*   Header Files                                                                                                                 *
     25*********************************************************************************************************************************/
    2626#define LOG_GROUP LOG_GROUP_MAIN
    2727#ifdef STANDALONE_TESTCASE
     
    6363
    6464
    65 /*******************************************************************************
    66 *   Defined Constants And Macros                                               *
    67 *******************************************************************************/
     65/*********************************************************************************************************************************
     66*   Defined Constants And Macros                                                                                                 *
     67*********************************************************************************************************************************/
    6868/** An attempt at catching reference leaks. */
    6969#define MY_CHECK_CREFS(cRefs)   do { AssertMsg(cRefs < 25, ("%ld\n", cRefs)); NOREF(cRefs); } while (0)
     
    7777
    7878
    79 /*******************************************************************************
    80 *   Global Variables                                                           *
    81 *******************************************************************************/
     79/*********************************************************************************************************************************
     80*   Global Variables                                                                                                             *
     81*********************************************************************************************************************************/
    8282/** The IO Master Port. */
    8383static mach_port_t g_MasterPort = NULL;
  • trunk/src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp

    r56854 r57358  
    1818#define LOG_GROUP LOG_GROUP_MAIN
    1919
    20 /*******************************************************************************
    21 *   Header Files                                                               *
    22 *******************************************************************************/
     20
     21/*********************************************************************************************************************************
     22*   Header Files                                                                                                                 *
     23*********************************************************************************************************************************/
    2324
    2425#include <HostHardwareLinux.h>
     
    4849#include <vector>
    4950
    50 /******************************************************************************
    51 *   Typedefs and Defines                                                      *
    52 ******************************************************************************/
     51
     52/*********************************************************************************************************************************
     53*   Typedefs and Defines                                                                                                         *
     54*********************************************************************************************************************************/
    5355
    5456static int getDriveInfoFromEnv(const char *pcszVar, DriveInfoList *pList,
  • trunk/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp

    r54959 r57358  
    2121 */
    2222
    23 /*******************************************************************************
    24 *   Header Files                                                               *
    25 *******************************************************************************/
     23
     24/*********************************************************************************************************************************
     25*   Header Files                                                                                                                 *
     26*********************************************************************************************************************************/
    2627#define LOG_GROUP LOG_GROUP_MAIN
    2728#include <sys/types.h>
  • trunk/src/VBox/Main/src-server/freebsd/USBProxyServiceFreeBSD.cpp

    r55095 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222#include "USBProxyService.h"
    2323#include "Logging.h"
     
    4747#include <dev/usb/usb_ioctl.h>
    4848
    49 /*******************************************************************************
    50 *   Structures and Typedefs                                                    *
    51 *******************************************************************************/
    52 
    53 
    54 /*******************************************************************************
    55 *   Global Variables                                                           *
    56 *******************************************************************************/
     49
     50/*********************************************************************************************************************************
     51*   Structures and Typedefs                                                                                                      *
     52*********************************************************************************************************************************/
     53
     54
     55/*********************************************************************************************************************************
     56*   Global Variables                                                                                                             *
     57*********************************************************************************************************************************/
    5758
    5859/**
  • trunk/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp

    r50783 r57358  
    2020#define LOG_GROUP LOG_GROUP_MAIN
    2121
    22 /*******************************************************************************
    23 *   Header Files                                                               *
    24 *******************************************************************************/
     22
     23/*********************************************************************************************************************************
     24*   Header Files                                                                                                                 *
     25*********************************************************************************************************************************/
    2526
    2627#include <HostHardwareLinux.h>
     
    6566#include <sys/types.h>
    6667
    67 /******************************************************************************
    68 *   Global Variables                                                          *
    69 ******************************************************************************/
     68
     69/*********************************************************************************************************************************
     70*   Global Variables                                                                                                             *
     71*********************************************************************************************************************************/
    7072
    7173#ifdef TESTCASE
     
    8082#endif
    8183
    82 /******************************************************************************
    83 *   Typedefs and Defines                                                      *
    84 ******************************************************************************/
     84
     85/*********************************************************************************************************************************
     86*   Typedefs and Defines                                                                                                         *
     87*********************************************************************************************************************************/
    8588
    8689static int getDriveInfoFromEnv(const char *pcszVar, DriveInfoList *pList,
  • trunk/src/VBox/Main/src-server/linux/NetIf-linux.cpp

    r48955 r57358  
    1818
    1919
    20 /*******************************************************************************
    21 *   Header Files                                                               *
    22 *******************************************************************************/
     20/*********************************************************************************************************************************
     21*   Header Files                                                                                                                 *
     22*********************************************************************************************************************************/
    2323#define LOG_GROUP LOG_GROUP_MAIN
    2424
  • trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp

    r54051 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222
    2323#include "USBGetDevices.h"
     
    5858#include <unistd.h>
    5959
    60 /*******************************************************************************
    61 *   Structures and Typedefs                                                    *
    62 *******************************************************************************/
     60
     61/*********************************************************************************************************************************
     62*   Structures and Typedefs                                                                                                      *
     63*********************************************************************************************************************************/
    6364/** Suffix translation. */
    6465typedef struct USBSUFF
     
    8384} USBDeviceInfo;
    8485
    85 /*******************************************************************************
    86 *   Global Variables                                                           *
    87 *******************************************************************************/
     86
     87/*********************************************************************************************************************************
     88*   Global Variables                                                                                                             *
     89*********************************************************************************************************************************/
    8890/**
    8991 * Suffixes for the endpoint polling interval.
  • trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp

    r51092 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222#include "USBProxyService.h"
    2323#include "USBGetDevices.h"
  • trunk/src/VBox/Main/src-server/os2/NetIf-os2.cpp

    r50196 r57358  
    1818
    1919
    20 /*******************************************************************************
    21 *   Header Files                                                               *
    22 *******************************************************************************/
     20/*********************************************************************************************************************************
     21*   Header Files                                                                                                                 *
     22*********************************************************************************************************************************/
    2323#define LOG_GROUP LOG_GROUP_MAIN
    2424
  • trunk/src/VBox/Main/src-server/os2/USBProxyServiceOs2.cpp

    r51092 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222#define INCL_BASE
    2323#define INCL_ERRORS
  • trunk/src/VBox/Main/src-server/solaris/NetIf-solaris.cpp

    r54870 r57358  
    1818
    1919
    20 /*******************************************************************************
    21 *   Header Files                                                               *
    22 *******************************************************************************/
     20/*********************************************************************************************************************************
     21*   Header Files                                                                                                                 *
     22*********************************************************************************************************************************/
    2323#define LOG_GROUP LOG_GROUP_MAIN
    2424
  • trunk/src/VBox/Main/src-server/solaris/USBProxyServiceSolaris.cpp

    r53112 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222#include "USBProxyService.h"
    2323#include "Logging.h"
     
    3232#include <syslog.h>
    3333
    34 /*******************************************************************************
    35 *   Internal Functions                                                         *
    36 *******************************************************************************/
     34
     35/*********************************************************************************************************************************
     36*   Internal Functions                                                                                                           *
     37*********************************************************************************************************************************/
    3738static int solarisWalkDeviceNode(di_node_t Node, void *pvArg);
    3839static void solarisFreeUSBDevice(PUSBDEVICE pDevice);
     
    4041
    4142
    42 /*******************************************************************************
    43 *   Structures and Typedefs                                                    *
    44 *******************************************************************************/
     43/*********************************************************************************************************************************
     44*   Structures and Typedefs                                                                                                      *
     45*********************************************************************************************************************************/
    4546typedef struct USBDEVICELIST
    4647{
  • trunk/src/VBox/Main/src-server/win/HostPowerWin.cpp

    r55401 r57358  
    1717 */
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19
     20/*********************************************************************************************************************************
     21*   Header Files                                                                                                                 *
     22*********************************************************************************************************************************/
    2223#include <windows.h>
    2324/* Some SDK versions lack the extern "C" and thus cause linking failures.
  • trunk/src/VBox/Main/src-server/win/NetIf-win.cpp

    r53318 r57358  
    1818
    1919
    20 /*******************************************************************************
    21 *   Header Files                                                               *
    22 *******************************************************************************/
     20/*********************************************************************************************************************************
     21*   Header Files                                                                                                                 *
     22*********************************************************************************************************************************/
    2323#define LOG_GROUP LOG_GROUP_MAIN
    2424
  • trunk/src/VBox/Main/src-server/win/USBProxyServiceWindows.cpp

    r51743 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222#include "USBProxyService.h"
    2323#include "Logging.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