VirtualBox

Changeset 17419 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Mar 5, 2009 6:32:17 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43829
Message:

VBoxManage interface to hostonly if basis

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk

    r17322 r17419  
    5858        VBoxManageUSB.cpp \
    5959        VBoxInternalManage.cpp \
     60        VBoxManageHostonly.cpp \
    6061        $(if $(VBOX_WITH_GUEST_PROPS),VBoxManageGuestProp.cpp) \
    6162        VBoxManageSVN.cpp
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r17382 r17419  
    17241724        { "import",           handleImportAppliance },
    17251725        { "export",           handleExportAppliance },
     1726        { "hostonlyif",       handleHostonlyIf },
    17261727        { NULL,               NULL }
    17271728    };
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h

    r17104 r17419  
    188188int handleUSBFilter(HandlerArg *a);
    189189
     190/* VBoxManageHostonly.cpp */
     191int handleHostonlyIf(HandlerArg *a);
     192
    190193#endif /* !VBOX_ONLY_DOCS */
    191194unsigned long VBoxSVNRev();
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette