VirtualBox

Changeset 27857 in vbox for trunk/src/VBox/Main/xpcom


Ignore:
Timestamp:
Mar 31, 2010 9:02:32 AM (15 years ago)
Author:
vboxsync
Message:

Main: NAT API and corresponding commands have been added at VBoxManage frontend. Please see #1899 for details.

Location:
trunk/src/VBox/Main/xpcom
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xpcom/module.cpp

    r25860 r27857  
    4444#include "ProgressImpl.h"
    4545#include "NetworkAdapterImpl.h"
     46#include "NATEngineImpl.h"
    4647
    4748#include "SessionImpl.h"
  • trunk/src/VBox/Main/xpcom/server.cpp

    r26517 r27857  
    7777#include <GuestOSTypeImpl.h>
    7878#include <NetworkAdapterImpl.h>
     79#include <NATEngineImpl.h>
    7980#include <SerialPortImpl.h>
    8081#include <ParallelPortImpl.h>
     
    153154NS_DECL_CLASSINFO(NetworkAdapter)
    154155NS_IMPL_THREADSAFE_ISUPPORTS1_CI(NetworkAdapter, INetworkAdapter)
     156
     157NS_DECL_CLASSINFO(NATEngine)
     158NS_IMPL_THREADSAFE_ISUPPORTS1_CI(NATEngine, INATEngine)
     159
    155160
    156161NS_DECL_CLASSINFO(SerialPort)
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