From fb123f93f9f5ce42c8e5785d2f8e0edaf951740e Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 26 Mar 2014 19:21:20 +0000 Subject: Imported from /home/lorry/working-area/delta_VirtualBox/VirtualBox-4.3.10.tar.bz2. --- src/VBox/Main/include/NetworkAdapterImpl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/VBox/Main/include/NetworkAdapterImpl.h') diff --git a/src/VBox/Main/include/NetworkAdapterImpl.h b/src/VBox/Main/include/NetworkAdapterImpl.h index 32601549..a99a9573 100644 --- a/src/VBox/Main/include/NetworkAdapterImpl.h +++ b/src/VBox/Main/include/NetworkAdapterImpl.h @@ -154,6 +154,8 @@ private: void generateMACAddress(); HRESULT updateMacAddress(Utf8Str aMacAddress); void updateBandwidthGroup(BandwidthGroup *aBwGroup); + HRESULT checkAndSwitchFromNatNetworking(IN_BSTR aNatNetworkName); + HRESULT switchToNatNetworking(IN_BSTR aNatNetworkName); Machine * const mParent; const ComObjPtr mPeer; -- cgit v1.2.1