VirtualBox

Changeset 33408 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Oct 25, 2010 9:57:32 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66997
Message:

Removed VBOX_DYNAMIC_NET_ATTACH, we don't need to keep this optional.

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r33386 r33408  
    35063506                        ComAssertRC(vrc);
    35073507                    }
    3508 #ifdef VBOX_DYNAMIC_NET_ATTACH
    35093508                    if (RT_SUCCESS(vrc) && changeAdapter)
    35103509                    {
     
    35283527                        }
    35293528                    }
    3530 #endif /* VBOX_DYNAMIC_NET_ATTACH */
    35313529                }
    35323530
     
    35463544
    35473545
    3548 #ifdef VBOX_DYNAMIC_NET_ATTACH
    35493546/**
    35503547 * Process a network adaptor change.
     
    37243721    return rcRet;
    37253722}
    3726 #endif /* VBOX_DYNAMIC_NET_ATTACH */
    37273723
    37283724
  • trunk/src/VBox/Main/Makefile.kmk

    r33146 r33408  
    580580endif
    581581
    582 ifdef VBOX_DYNAMIC_NET_ATTACH
    583 VBoxC_DEFS += VBOX_DYNAMIC_NET_ATTACH
    584 endif
    585 
    586582VBoxC_DEFS.darwin.x86 = VBOX_WITH_2X_4GB_ADDR_SPACE
    587583VBoxC_DEFS.win.x86 += _WIN32_WINNT=0x0500
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r33386 r33408  
    507507    HRESULT doCPUAdd(ULONG aCpu);
    508508
    509 #ifdef VBOX_DYNAMIC_NET_ATTACH
    510509    HRESULT doNetworkAdapterChange(const char *pszDevice, unsigned uInstance,
    511510                                   unsigned uLun, INetworkAdapter *aNetworkAdapter);
     
    513512                                                     unsigned uInstance, unsigned uLun,
    514513                                                     INetworkAdapter *aNetworkAdapter);
    515 #endif /* VBOX_DYNAMIC_NET_ATTACH */
    516514
    517515#ifdef VBOX_WITH_USB
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