Changeset 17387 in vbox for trunk/src/VBox/Main/NetworkAdapterImpl.cpp
- Timestamp:
- Mar 5, 2009 11:00:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/NetworkAdapterImpl.cpp
r17275 r17387 713 713 } 714 714 715 STDMETHODIMP NetworkAdapter::AttachToBridged Network()715 STDMETHODIMP NetworkAdapter::AttachToBridgedInterface() 716 716 { 717 717 AutoCaller autoCaller (this); … … 781 781 } 782 782 783 STDMETHODIMP NetworkAdapter::AttachToHostOnly Network()783 STDMETHODIMP NetworkAdapter::AttachToHostOnlyInterface() 784 784 { 785 785 AutoCaller autoCaller (this); … … 925 925 CheckComRCReturnRC (rc); 926 926 927 rc = AttachToBridged Network();927 rc = AttachToBridgedInterface(); 928 928 CheckComRCReturnRC (rc); 929 929 } … … 953 953 954 954 /* Host Interface Networking */ 955 rc = AttachToHostOnly Network();955 rc = AttachToHostOnlyInterface(); 956 956 CheckComRCReturnRC (rc); 957 957 }
Note:
See TracChangeset
for help on using the changeset viewer.