VirtualBox

Changeset 51613 in vbox for trunk/src


Ignore:
Timestamp:
Jun 12, 2014 4:54:08 PM (10 years ago)
Author:
vboxsync
Message:

6813 Use of server side API wrapper code - ConsoleImpl.cpp - vn2

Location:
trunk/src/VBox/Main/src-client
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r51612 r51613  
    45824582            {
    45834583#if (defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)) && !defined(VBOX_WITH_NETFLT)
    4584                 hrc = attachToTapInterface(aNetworkAdapter);
     4584                hrc = i_attachToTapInterface(aNetworkAdapter);
    45854585                if (FAILED(hrc))
    45864586                {
     
    47844784                 */
    47854785                if (!strncmp(pszBridgedIfName, RT_STR_TUPLE("tap"))) {
    4786                     hrc = attachToTapInterface(aNetworkAdapter);
     4786                    hrc = i_attachToTapInterface(aNetworkAdapter);
    47874787                    if (FAILED(hrc))
    47884788                    {
  • trunk/src/VBox/Main/src-client/xpcom/module.cpp

    r51612 r51613  
    8181// NS_IMPL_THREADSAFE_ISUPPORTS2_CI(ExtPackFile, IExtPackFile, IExtPackBase)
    8282 #endif
    83 
    84 // NS_DECL_CLASSINFO(Console)
    85 // NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Console, IConsole)
    8683
    8784#endif /* VBOX_COM_INPROC_API_CLIENT */
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