- Timestamp:
- Jun 12, 2014 4:54:08 PM (10 years ago)
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r51612 r51613 4582 4582 { 4583 4583 #if (defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)) && !defined(VBOX_WITH_NETFLT) 4584 hrc = attachToTapInterface(aNetworkAdapter);4584 hrc = i_attachToTapInterface(aNetworkAdapter); 4585 4585 if (FAILED(hrc)) 4586 4586 { … … 4784 4784 */ 4785 4785 if (!strncmp(pszBridgedIfName, RT_STR_TUPLE("tap"))) { 4786 hrc = attachToTapInterface(aNetworkAdapter);4786 hrc = i_attachToTapInterface(aNetworkAdapter); 4787 4787 if (FAILED(hrc)) 4788 4788 { -
trunk/src/VBox/Main/src-client/xpcom/module.cpp
r51612 r51613 81 81 // NS_IMPL_THREADSAFE_ISUPPORTS2_CI(ExtPackFile, IExtPackFile, IExtPackBase) 82 82 #endif 83 84 // NS_DECL_CLASSINFO(Console)85 // NS_IMPL_THREADSAFE_ISUPPORTS1_CI(Console, IConsole)86 83 87 84 #endif /* VBOX_COM_INPROC_API_CLIENT */
Note:
See TracChangeset
for help on using the changeset viewer.