Changeset 17419 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 5, 2009 6:32:17 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43829
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk
r17322 r17419 58 58 VBoxManageUSB.cpp \ 59 59 VBoxInternalManage.cpp \ 60 VBoxManageHostonly.cpp \ 60 61 $(if $(VBOX_WITH_GUEST_PROPS),VBoxManageGuestProp.cpp) \ 61 62 VBoxManageSVN.cpp -
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r17382 r17419 1724 1724 { "import", handleImportAppliance }, 1725 1725 { "export", handleExportAppliance }, 1726 { "hostonlyif", handleHostonlyIf }, 1726 1727 { NULL, NULL } 1727 1728 }; -
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
r17104 r17419 188 188 int handleUSBFilter(HandlerArg *a); 189 189 190 /* VBoxManageHostonly.cpp */ 191 int handleHostonlyIf(HandlerArg *a); 192 190 193 #endif /* !VBOX_ONLY_DOCS */ 191 194 unsigned long VBoxSVNRev();
Note:
See TracChangeset
for help on using the changeset viewer.