Changeset 2981 in vbox for trunk/src/VBox/Runtime/table
- Timestamp:
- Jun 1, 2007 4:01:28 PM (18 years ago)
- Location:
- trunk/src/VBox/Runtime/table
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/table/avl_Enum.cpp.h
r1300 r2981 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/table/avlgcptr.cpp
r96 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, RTGCPTR, unique keys.3 * innotek Portable Runtime - AVL tree, RTGCPTR, unique keys. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/table/avlhcphys.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, RTHCPHYS, unique keys.3 * innotek Portable Runtime - AVL tree, RTHCPHYS, unique keys. 4 4 */ 5 5 6 6 /* 7 7 * Copyright (C) 2001-2004 knut st. osmundsen ([email protected]) 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/table/avlogcphys.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, RTGCPHYS, unique keys, offset pointers.3 * innotek Portable Runtime - AVL tree, RTGCPHYS, unique keys, offset pointers. 4 4 */ 5 5 6 6 /* 7 7 * Copyright (C) 2001-2004 knut st. osmundsen ([email protected]) 8 * Copyright (c) 2006 InnoTek SystemberatungGmbH8 * Copyright (c) 2006 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/table/avlogcptr.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, RTGCPTR, unique keys, offset pointers.3 * innotek Portable Runtime - AVL tree, RTGCPTR, unique keys, offset pointers. 4 4 */ 5 5 6 6 /* 7 7 * Copyright (C) 2001-2004 knut st. osmundsen ([email protected]) 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/table/avlohcphys.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, RTHCPHYS, unique keys, offset pointers.3 * innotek Portable Runtime - AVL tree, RTHCPHYS, unique keys, offset pointers. 4 4 */ 5 5 6 6 /* 7 7 * Copyright (C) 2001-2004 knut st. osmundsen ([email protected]) 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/table/avloioport.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, RTIOPORT, unique keys, offset pointers.3 * innotek Portable Runtime - AVL tree, RTIOPORT, unique keys, offset pointers. 4 4 */ 5 5 6 6 /* 7 7 * Copyright (C) 2001-2004 knut st. osmundsen ([email protected]) 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/table/avlpv.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, void *, unique keys.3 * innotek Portable Runtime - AVL tree, void *, unique keys. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/table/avlrgcptr.cpp
r449 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, RTGCPTR, range, unique keys.3 * innotek Portable Runtime - AVL tree, RTGCPTR, range, unique keys. 4 4 */ 5 5 6 6 /* 7 7 * Copyright (C) 2001-2004 knut st. osmundsen ([email protected]) 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/table/avlrogcphys.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, RTGCPHYS, range, unique keys, offset pointers.3 * innotek Portable Runtime - AVL tree, RTGCPHYS, range, unique keys, offset pointers. 4 4 */ 5 5 6 6 /* 7 7 * Copyright (C) 2001-2004 knut st. osmundsen ([email protected]) 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/table/avlrogcptr.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, RTGCPTR, range, unique keys, offset pointers.3 * innotek Portable Runtime - AVL tree, RTGCPTR, range, unique keys, offset pointers. 4 4 */ 5 5 6 6 /* 7 7 * Copyright (C) 2001-2004 knut st. osmundsen ([email protected]) 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/table/avlroioport.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, RTIOPORT, range, unique keys, offset pointers.3 * innotek Portable Runtime - AVL tree, RTIOPORT, range, unique keys, offset pointers. 4 4 */ 5 5 6 6 /* 7 7 * Copyright (C) 2001-2004 knut st. osmundsen ([email protected]) 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/table/avlroogcptr.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, RTGCPTR, range, unique keys, overlapping ranges, offset pointers.3 * innotek Portable Runtime - AVL tree, RTGCPTR, range, unique keys, overlapping ranges, offset pointers. 4 4 */ 5 5 6 6 /* 7 7 * Copyright (C) 2001-2004 knut st. osmundsen ([email protected]) 8 * Copyright (C) 2006 InnoTek SystemberatungGmbH8 * Copyright (C) 2006-2007 innotek GmbH 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/table/avlu32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, uint32_t, unique keys.3 * innotek Portable Runtime - AVL tree, uint32_t, unique keys. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/table/avlul.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, unsigned long, unique keys.3 * innotek Portable Runtime - AVL tree, unsigned long, unique keys. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/table/table.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - AVL tree, RTHCPHYS, unique keys.3 * innotek Portable Runtime - AVL tree, RTHCPHYS, unique keys. 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.