Changeset 8245 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- Apr 21, 2008 5:24:28 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29978
- Location:
- trunk/src/VBox/Runtime/common/misc
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/assert.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Assertion Workers.3 * IPRT - Assertion Workers. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/misc/getopt.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Command Line Parsing3 * IPRT - Command Line Parsing 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/misc/rand.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Random Number3 * IPRT - Random Number 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/misc/req.cpp
r8170 r8245 1 1 /* $Id: VMReq.cpp 17451 2007-01-15 14:08:28Z bird $ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Request packets3 * IPRT - Request packets 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/misc/sanity-c.c
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Setup Sanity Checks, C.3 * IPRT - Setup Sanity Checks, C. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/misc/sanity-cpp.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Setup Sanity Checks, C++.3 * IPRT - Setup Sanity Checks, C++. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/misc/sanity.h
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Setup Sanity Checks, C and C++.3 * IPRT - Setup Sanity Checks, C and C++. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/misc/semspingpong.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Thread Ping-Pong Construct.3 * IPRT - Thread Ping-Pong Construct. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/misc/thread.cpp
r8196 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Threads, common routines.3 * IPRT - Threads, common routines. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/misc/zip.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Compression.3 * IPRT - Compression. 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.