Changeset 107161 in vbox
- Timestamp:
- Nov 27, 2024 10:44:32 AM (7 weeks ago)
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r107100 r107161 272 272 #endif 273 273 { "modifynvram", HELP_CMD_MODIFYNVRAM, handleModifyNvram, 0 }, 274 { "objtracker", HELP_CMD_OBJTRACKER, handleTrackedObjects, 0 }, 274 275 }; 275 276 -
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h
r106061 r107161 317 317 RTEXITCODE handleModifyNvram(HandlerArg *a); 318 318 319 /* VBoxManageObjectTracker.cpp */ 320 RTEXITCODE handleTrackedObjects(HandlerArg *a); 321 319 322 #endif /* !VBOX_INCLUDED_SRC_VBoxManage_VBoxManage_h */
Note:
See TracChangeset
for help on using the changeset viewer.