VirtualBox

Changeset 5413 in vbox for trunk/src


Ignore:
Timestamp:
Oct 21, 2007 8:47:00 PM (17 years ago)
Author:
vboxsync
Message:

uni* str* utf* -> common/string/

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

Legend:

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

    r5412 r5413  
    7171#
    7272uniread_TEMPLATE = VBOXBLDPROG
    73 uniread_SOURCES  = uniread.cpp
     73uniread_SOURCES  = common/string/uniread.cpp
    7474
    7575#
     
    190190        RTErrConvertFromErrno.cpp \
    191191        semspingpong.cpp \
    192         straprintf.cpp \
    193         strformat.cpp \
    194         strformatrt.cpp \
    195         string.cpp \
    196         strprintf.cpp \
    197         strspace.cpp \
    198         strstrip.cpp \
    199         strtonum.cpp \
     192        common/string/straprintf.cpp \
     193        common/string/strformat.cpp \
     194        common/string/strformatrt.cpp \
     195        common/string/string.cpp \
     196        common/string/strprintf.cpp \
     197        common/string/strspace.cpp \
     198        common/string/strstrip.cpp \
     199        common/string/strtonum.cpp \
    200200        thread.cpp \
    201201        common/time/time.cpp \
    202202        common/time/timeprog.cpp \
    203         uni.cpp \
    204         unidata.cpp \
    205         utf-16.cpp \
    206         utf-8.cpp \
     203        common/string/uni.cpp \
     204        common/string/unidata.cpp \
     205        common/string/utf-16.cpp \
     206        common/string/utf-8.cpp \
    207207        zip.cpp \
    208208        misc/rand.cpp \
     
    665665        logcom.cpp \
    666666        logformat.cpp \
    667         strformat.cpp \
    668         strformatrt.cpp \
    669         strprintf.cpp \
     667        common/string/strformat.cpp \
     668        common/string/strformatrt.cpp \
     669        common/string/strprintf.cpp \
    670670        common/string/memchr.cpp \
    671671        common/string/memcmp.cpp \
     
    744744        logformat.cpp \
    745745        common/string/strpbrk.cpp \
    746         strformat.cpp \
    747         strformatrt.cpp \
    748         strtonum.cpp \
    749         strprintf.cpp \
     746        common/string/strformat.cpp \
     747        common/string/strformatrt.cpp \
     748        common/string/strtonum.cpp \
     749        common/string/strprintf.cpp \
    750750        VBox/strformat-vbox.cpp \
    751751        r0drv/alloc-r0drv.cpp \
     
    991991        common/string/strpbrk.cpp \
    992992        common/string/strncmp.cpp \
    993         strformat.cpp \
    994         strformatrt.cpp \
    995         strprintf.cpp \
     993        common/string/strformat.cpp \
     994        common/string/strformatrt.cpp \
     995        common/string/strprintf.cpp \
    996996        VBox/strformat-vbox.cpp \
    997997        common/time/timesup.cpp \
  • trunk/src/VBox/Runtime/common/string/strspace.cpp

    r5407 r5413  
    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