VirtualBox

Changeset 45120 in vbox


Ignore:
Timestamp:
Mar 21, 2013 8:42:17 AM (12 years ago)
Author:
vboxsync
Message:

inserted the blank lines I asked for and a todo.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/net.h

    r45115 r45120  
    44
    55/*
    6  * Copyright (C) 2008-2012 Oracle Corporation
     6 * Copyright (C) 2008-2013 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    6767 */
    6868RTDECL(int) RTNetStrToIPv4Addr(const char *pszAddr, PRTNETADDRIPV4 pAddr);
     69
    6970
    7071/**
  • trunk/src/VBox/Runtime/common/net/netaddrstr.cpp

    r45115 r45120  
    12851285RT_EXPORT_SYMBOL(RTNetIsIPv4AddrStr);
    12861286
     1287
     1288/** @todo r=bird: move to separate file, netaddrstr2.cpp without the contrib
     1289 *        statement in the header. This is our code. */
    12871290RTDECL(int) RTNetStrToIPv4Addr(const char *pszAddr, PRTNETADDRIPV4 pAddr)
    12881291{
     
    13191322}
    13201323RT_EXPORT_SYMBOL(RTNetStrToIPv4Addr);
     1324
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