VirtualBox

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


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/os2
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/os2/filelock-os2.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/os2/mp-os2.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define INCL_BASE
    3232#define INCL_ERRORS
  • trunk/src/VBox/Runtime/r3/os2/pipe-os2.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define INCL_ERRORS
    3232#define INCL_DOSSEMAPHORES
     
    5050
    5151
    52 /*******************************************************************************
    53 *   Defined Constants And Macros                                               *
    54 *******************************************************************************/
     52/*********************************************************************************************************************************
     53*   Defined Constants And Macros                                                                                                 *
     54*********************************************************************************************************************************/
    5555/** The pipe buffer size we prefer. */
    5656#define RTPIPE_OS2_SIZE     _32K
    5757
    5858
    59 /*******************************************************************************
    60 *   Structures and Typedefs                                                    *
    61 *******************************************************************************/
     59/*********************************************************************************************************************************
     60*   Structures and Typedefs                                                                                                      *
     61*********************************************************************************************************************************/
    6262typedef struct RTPIPEINTERNAL
    6363{
  • trunk/src/VBox/Runtime/r3/os2/rtProcInitExePath-os2.cpp

    r56290 r57358  
    2525 */
    2626
    27 /*******************************************************************************
    28 *   Header Files                                                               *
    29 *******************************************************************************/
     27
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3031#define LOG_GROUP RTLOGGROUP_PROCESS
    3132#include <stdlib.h>
  • trunk/src/VBox/Runtime/r3/os2/sched-os2.cpp

    r56290 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#define LOG_GROUP RTLOGGROUP_THREAD
    3636#define INCL_BASE
     
    4646
    4747
    48 /*******************************************************************************
    49 *   Structures and Typedefs                                                    *
    50 *******************************************************************************/
     48/*********************************************************************************************************************************
     49*   Structures and Typedefs                                                                                                      *
     50*********************************************************************************************************************************/
    5151/**
    5252 * Configuration of one priority.
     
    7474
    7575
    76 /*******************************************************************************
    77 *   Global Variables                                                           *
    78 *******************************************************************************/
     76/*********************************************************************************************************************************
     77*   Global Variables                                                                                                             *
     78*********************************************************************************************************************************/
    7979/**
    8080 * Array of static priority configurations.
  • trunk/src/VBox/Runtime/r3/os2/sems-os2.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define INCL_DOSSEMAPHORES
    3232#define INCL_ERRORS
  • trunk/src/VBox/Runtime/r3/os2/systemmem-os2.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define INCL_DOSMISC
    3232#define INCL_ERRORS
  • trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_THREAD
    3232#define INCL_BASE
     
    5252
    5353
    54 /*******************************************************************************
    55 *   Global Variables                                                           *
    56 *******************************************************************************/
     54/*********************************************************************************************************************************
     55*   Global Variables                                                                                                             *
     56*********************************************************************************************************************************/
    5757/** Pointer to thread local memory which points to the current thread. */
    5858static PRTTHREADINT *g_ppCurThread;
    5959
    6060
    61 /*******************************************************************************
    62 *   Internal Functions                                                         *
    63 *******************************************************************************/
     61/*********************************************************************************************************************************
     62*   Internal Functions                                                                                                           *
     63*********************************************************************************************************************************/
    6464static void rtThreadNativeMain(void *pvArgs);
    6565
  • trunk/src/VBox/Runtime/r3/os2/time-os2.cpp

    r48935 r57358  
    3030
    3131
    32 /*******************************************************************************
    33 *   Header Files                                                               *
    34 *******************************************************************************/
     32/*********************************************************************************************************************************
     33*   Header Files                                                                                                                 *
     34*********************************************************************************************************************************/
    3535#define LOG_GROUP RTLOGGROUP_TIME
    3636#include <InnoTekLIBC/FastInfoBlocks.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