Changeset 70061 in vbox for trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
- Timestamp:
- Dec 11, 2017 3:26:46 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119603
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r70058 r70061 1158 1158 static RTEXITCODE getGuestProperty(int argc, char **argv) 1159 1159 { 1160 using namespace guestProp;1161 1162 1160 bool fVerbose = false; 1163 1161 if ( argc == 2 … … 1432 1430 static RTEXITCODE waitGuestProperty(int argc, char **argv) 1433 1431 { 1434 using namespace guestProp;1435 1436 1432 /* 1437 1433 * Handle arguments
Note:
See TracChangeset
for help on using the changeset viewer.