VirtualBox

Changeset 57358 in vbox for trunk/src/VBox/Runtime/r3/darwin


Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102121
Message:

*: scm cleanup run.

Location:
trunk/src/VBox/Runtime/r3/darwin
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/darwin/RTPathUserDocuments-darwin.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#include <iprt/path.h>
    3132#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r3/darwin/RTSystemQueryDmiString-darwin.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/system.h>
    3232#include "internal/iprt.h"
     
    4141
    4242
    43 /*******************************************************************************
    44 *   Defined Constants And Macros                                               *
    45 *******************************************************************************/
     43/*********************************************************************************************************************************
     44*   Defined Constants And Macros                                                                                                 *
     45*********************************************************************************************************************************/
    4646#define IOCLASS_PLATFORMEXPERTDEVICE         "IOPlatformExpertDevice"
    4747#define PROP_PRODUCT_NAME                    "product-name"
  • trunk/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_FILE
    3232
  • trunk/src/VBox/Runtime/r3/darwin/mp-darwin.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_SYSTEM
    3232#include <iprt/types.h>
  • trunk/src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp

    r56290 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#define LOG_GROUP RTLOGGROUP_PATH
    3636#include <iprt/assert.h>
  • trunk/src/VBox/Runtime/r3/darwin/rtProcInitExePath-darwin.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#define LOG_GROUP RTLOGGROUP_PROCESS
    3132#ifdef RT_OS_DARWIN
  • trunk/src/VBox/Runtime/r3/darwin/sched-darwin.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_THREAD
    3232#include <mach/thread_act.h>
     
    5151
    5252
    53 /*******************************************************************************
    54 *   Structures and Typedefs                                                    *
    55 *******************************************************************************/
     53/*********************************************************************************************************************************
     54*   Structures and Typedefs                                                                                                      *
     55*********************************************************************************************************************************/
    5656/**
    5757 * Configuration of one priority.
     
    7777
    7878
    79 /*******************************************************************************
    80 *   Global Variables                                                           *
    81 *******************************************************************************/
     79/*********************************************************************************************************************************
     80*   Global Variables                                                                                                             *
     81*********************************************************************************************************************************/
    8282/**
    8383 * Array of static priority configurations.
  • trunk/src/VBox/Runtime/r3/darwin/systemmem-darwin.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include <iprt/system.h>
    3232#include "internal/iprt.h"
  • trunk/src/VBox/Runtime/r3/darwin/time-darwin.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_TIME
    3232#define RTTIME_INCL_TIMEVAL
     
    4141
    4242
    43 /*******************************************************************************
    44 *   Global Variables                                                           *
    45 *******************************************************************************/
     43/*********************************************************************************************************************************
     44*   Global Variables                                                                                                             *
     45*********************************************************************************************************************************/
    4646static struct mach_timebase_info    g_Info = { 0, 0 };
    4747static double                       g_rdFactor = 0.0;
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