VirtualBox

Changeset 8295 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 22, 2008 1:57:10 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30049
Message:

Renamed ip.cpp, tstIp.cpp and ip.h to cidr so they correspond to the prefix.

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

Legend:

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

    r8288 r8295  
    181181        common/log/logformat.cpp \
    182182        common/misc/assert.cpp \
     183        common/misc/cidr.cpp \
     184        common/misc/getopt.cpp \
    183185        common/misc/rand.cpp \
    184         common/misc/getopt.cpp \
    185186        common/misc/req.cpp \
    186187        common/misc/sanity-c.c \
     
    189190        common/misc/thread.cpp \
    190191        common/misc/zip.cpp \
    191         common/misc/ip.cpp \
    192192        common/string/straprintf.cpp \
    193193        common/string/strformat.cpp \
  • trunk/src/VBox/Runtime/common/misc/cidr.cpp

    r8293 r8295  
    3232*   Header Files                                                               *
    3333*******************************************************************************/
    34 #include <iprt/ip.h>
     34#include <iprt/cidr.h>
    3535#include <iprt/ctype.h>
    3636#include <iprt/string.h>
  • trunk/src/VBox/Runtime/testcase/Makefile.kmk

    r8284 r8295  
    3636        tstAvl \
    3737        tstBitOperations \
     38        tstCidr \
    3839        tstCritSect \
    3940        tstDeadlock \
     
    6869        tstTSC \
    6970        tstUtf8 \
    70         tstUuid \
    71         tstIp
     71        tstUuid
    7272PROGRAMS.win = \
    7373        tstRTProcWait \
     
    113113tstStrFormat_SOURCES = tstStrFormat.cpp
    114114
    115 tstIp_SOURCES = tstIp.cpp
     115tstCidr_SOURCES = tstCidr.cpp
    116116
    117117tstLog_SOURCES  = tstLog.cpp
  • trunk/src/VBox/Runtime/testcase/tstCidr.cpp

    r8290 r8295  
    3333*   Header Files                                                               *
    3434*******************************************************************************/
    35 #include <iprt/ip.h>
     35#include <iprt/cidr.h>
    3636#include <iprt/err.h>
    3737#include <iprt/stream.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette