VirtualBox

Changeset 5422 in vbox


Ignore:
Timestamp:
Oct 21, 2007 9:05:10 PM (17 years ago)
Author:
vboxsync
Message:

table -> common/table

Location:
trunk/src/VBox/Runtime
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r5421 r5422  
    140140        common/alloc/heapsimple.cpp \
    141141        common/misc/assert.cpp \
    142         table/avlhcphys.cpp \
    143         table/avlgcptr.cpp \
    144         table/avlogcphys.cpp \
    145         table/avlogcptr.cpp \
    146         table/avlohcphys.cpp \
    147         table/avloioport.cpp \
    148         table/avlpv.cpp \
    149         table/avlrgcptr.cpp \
    150         table/avlrogcphys.cpp \
    151         table/avlrogcptr.cpp \
    152         table/avlroogcptr.cpp \
    153         table/avlroioport.cpp \
    154         table/avlu32.cpp \
    155         table/avllu32.cpp \
    156         table/avlul.cpp \
    157         table/table.cpp \
     142        common/table/avlhcphys.cpp \
     143        common/table/avlgcptr.cpp \
     144        common/table/avlogcphys.cpp \
     145        common/table/avlogcptr.cpp \
     146        common/table/avlohcphys.cpp \
     147        common/table/avloioport.cpp \
     148        common/table/avlpv.cpp \
     149        common/table/avlrgcptr.cpp \
     150        common/table/avlrogcphys.cpp \
     151        common/table/avlrogcptr.cpp \
     152        common/table/avlroogcptr.cpp \
     153        common/table/avlroioport.cpp \
     154        common/table/avlu32.cpp \
     155        common/table/avllu32.cpp \
     156        common/table/avlul.cpp \
     157        common/table/table.cpp \
    158158        common/checksum/crc32.cpp \
    159159        common/checksum/crc64.cpp \
     
    650650        common/misc/assert.cpp \
    651651        generic/RTAssertDoBreakpoint-generic.cpp \
    652         table/avlhcphys.cpp \
    653         table/avlgcptr.cpp \
    654         table/avlogcphys.cpp \
    655         table/avlohcphys.cpp \
    656         table/avlpv.cpp \
    657         table/avlrogcphys.cpp \
    658         table/avlogcptr.cpp \
    659         table/avlrogcptr.cpp \
    660         table/avlroogcptr.cpp \
    661         table/avloioport.cpp \
    662         table/avlroioport.cpp \
    663         table/avlu32.cpp \
    664         table/avllu32.cpp \
     652        common/table/avlhcphys.cpp \
     653        common/table/avlgcptr.cpp \
     654        common/table/avlogcphys.cpp \
     655        common/table/avlohcphys.cpp \
     656        common/table/avlpv.cpp \
     657        common/table/avlrogcphys.cpp \
     658        common/table/avlogcptr.cpp \
     659        common/table/avlrogcptr.cpp \
     660        common/table/avlroogcptr.cpp \
     661        common/table/avloioport.cpp \
     662        common/table/avlroioport.cpp \
     663        common/table/avlu32.cpp \
     664        common/table/avllu32.cpp \
    665665        common/log/logcom.cpp \
    666666        common/log/logformat.cpp \
     
    755755        generic/RTLogWriteUser-generic.cpp \
    756756        VBox/log-vbox.cpp \
    757         table/avlpv.cpp \
     757        common/table/avlpv.cpp \
    758758        common/checksum/crc32.cpp \
    759759        common/checksum/crc64.cpp
     
    974974        common/misc/sanity-cpp.cpp \
    975975        common/misc/sanity-c.c \
    976         table/avlogcphys.cpp \
    977         table/avlrogcphys.cpp \
    978         table/avlogcptr.cpp \
    979         table/avlohcphys.cpp \
    980         table/avlrogcptr.cpp \
    981         table/avlroogcptr.cpp \
    982         table/avloioport.cpp \
    983         table/avlroioport.cpp \
    984         table/avlu32.cpp \
    985         table/avllu32.cpp \
     976        common/table/avlogcphys.cpp \
     977        common/table/avlrogcphys.cpp \
     978        common/table/avlogcptr.cpp \
     979        common/table/avlohcphys.cpp \
     980        common/table/avlrogcptr.cpp \
     981        common/table/avlroogcptr.cpp \
     982        common/table/avloioport.cpp \
     983        common/table/avlroioport.cpp \
     984        common/table/avlu32.cpp \
     985        common/table/avllu32.cpp \
    986986        common/misc/assert.cpp \
    987987        generic/RTAssertDoBreakpoint-generic.cpp \
     
    11021102        $(PATH_ROOT)/include/iprt/nocrt/amd64 \
    11031103        include/internal \
    1104         string \
    1105         table \
     1104        common/alloc \
     1105        common/checksum \
     1106        common/err \
     1107        common/ldr \
     1108        common/log \
     1109        common/misc \
     1110        common/string \
     1111        common/table \
     1112        common/time \
    11061113        $(foreach dir, . r3 r0drv,\
    11071114                $(dir) \
     
    11481155        $(APPEND) [email protected] "OUTPUT_DIRECTORY = $(DOXYGEN_OUTPUT)"
    11491156        $(APPEND) [email protected] "WARN_LOGFILE = $(DOXYGEN_OUTPUT)/errors"
    1150         $(APPEND) [email protected] "INCLUDE_PATH = $(PATH_ROOT)/include include . table"
     1157        $(APPEND) [email protected] "INCLUDE_PATH = $(PATH_ROOT)/include include . common/table"
    11511158        $(APPEND) [email protected] "INCLUDE_FILE_PATTERNS = *.cpp.h"
    11521159        $(APPEND) [email protected]
  • trunk/src/VBox/Runtime/common/string/strspace.cpp

    r5413 r5422  
    5555#define KMAX RT_MAX
    5656#define kASSERT Assert
    57 #include "../../table/avl_Base.cpp.h"
    58 #include "../../table/avl_Get.cpp.h"
    59 #include "../../table/avl_DoWithAll.cpp.h"
    60 #include "../../table/avl_Destroy.cpp.h"
     57#include "../table/avl_Base.cpp.h"
     58#include "../table/avl_Get.cpp.h"
     59#include "../table/avl_DoWithAll.cpp.h"
     60#include "../table/avl_Destroy.cpp.h"
    6161
    6262
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