Changeset 2981 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Jun 1, 2007 4:01:28 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21700
- Location:
- trunk/src/VBox/Runtime/generic
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/RTAssertDoBreakpoint-generic.cpp
r935 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Assertions, generic RTAssertDoBreakpoint.3 * innotek Portable Runtime - Assertions, generic RTAssertDoBreakpoint. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - RTDirQueryInfo, generic implementation.3 * innotek Portable Runtime - RTDirQueryInfo, generic implementation. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - RTDirSetTimes, generic implementation.3 * innotek Portable Runtime - RTDirSetTimes, generic implementation. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTFileCopy-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - RTFileCopy, generic implementation.3 * innotek Portable Runtime - RTFileCopy, generic implementation. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTFileMove-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - RTFileMove, Generic.3 * innotek Portable Runtime - RTFileMove, Generic. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Default Log Init, Generic Dummy.3 * innotek Portable Runtime - Default Log Init, Generic Dummy. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Log To Debugger, Generic Dummy.3 * innotek Portable Runtime - Log To Debugger, Generic Dummy. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Log To StdErr, Generic.3 * innotek Portable Runtime - Log To StdErr, Generic. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Log To StdErr, Generic Dummy.3 * innotek Portable Runtime - Log To StdErr, Generic Dummy. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Log To StdOut, Generic.3 * innotek Portable Runtime - Log To StdOut, Generic. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Log To StdOut, Generic Dummy.3 * innotek Portable Runtime - Log To StdOut, Generic Dummy. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Log User Specific Output, Generic Dummy.3 * innotek Portable Runtime - Log User Specific Output, Generic Dummy. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp
r2617 r2981 1 1 /* $Id: RTAssertDoBreakpoint-generic.cpp 18670 2007-02-15 19:49:19Z bird $ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Time, generic RTTimeLocalDeltaNano.3 * innotek Portable Runtime - Time, generic RTTimeLocalDeltaNano. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp
r2629 r2981 1 1 /* $Id $ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Time, generic RTTimeLocalExplode.3 * innotek Portable Runtime - Time, generic RTTimeLocalExplode. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp
r2615 r2981 1 1 /* $Id $ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Time, generic RTTimeLocalNow.3 * innotek Portable Runtime - Time, generic RTTimeLocalNow. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp
r1781 r2981 1 1 /** $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Timers, Generic RTTimerCreate() Implementation.3 * innotek Portable Runtime - Timers, Generic RTTimerCreate() Implementation. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/critsect-generic.cpp
r751 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Critical Section, Generic.3 * innotek Portable Runtime - Critical Section, Generic. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/fs-stubs-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - File System, Generic Stubs.3 * innotek Portable Runtime - File System, Generic Stubs. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/pathhost-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Path Convertions, generic.3 * innotek Portable Runtime - Path Convertions, generic. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/rand-stubs-generic.cpp
r890 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Random Numbers and Byte Streams, Generic Stubs.3 * innotek Portable Runtime - Random Numbers and Byte Streams, Generic Stubs. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/sched-generic.cpp
r403 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Scheduling, generic stubs.3 * innotek Portable Runtime - Scheduling, generic stubs. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/semfastmutex-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Fast Mutex, Generic.3 * innotek Portable Runtime - Fast Mutex, Generic. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/semnoint-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Generic Non-Interruptable Wait and Request Functions.3 * innotek Portable Runtime - Generic Non-Interruptable Wait and Request Functions. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/semsrw-generic.cpp
r1816 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Read-Write Semaphore, Generic.3 * innotek Portable Runtime - Read-Write Semaphore, Generic. 4 4 * 5 5 * This is a generic implementation for OSes which don't have … … 8 8 9 9 /* 10 * Copyright (C) 2006 InnoTek SystemberatungGmbH10 * Copyright (C) 2006-2007 innotek GmbH 11 11 * 12 12 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/spinlock-generic.cpp
r1816 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Spinlock, generic implementation.3 * innotek Portable Runtime - Spinlock, generic implementation. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/timer-generic.cpp
r1807 r2981 1 1 /** $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Timers, Generic.3 * innotek Portable Runtime - Timers, Generic. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/utf16locale-generic.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - UTF-16 Locale Specific Manipulation, Generic.3 * innotek Portable Runtime - UTF-16 Locale Specific Manipulation, Generic. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/generic/uuid-generic.cpp
r899 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - UUID, Generic.3 * innotek Portable Runtime - UUID, Generic. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.