Changeset 9493 in vbox
- Timestamp:
- Jun 6, 2008 4:04:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r9071 r9493 648 648 } 649 649 650 HRESULTCmdListPartitions(int argc, char **argv, ComPtr<IVirtualBox> aVirtualBox, ComPtr<ISession> aSession)650 static int CmdListPartitions(int argc, char **argv, ComPtr<IVirtualBox> aVirtualBox, ComPtr<ISession> aSession) 651 651 { 652 652 Utf8Str rawdisk; … … 711 711 } 712 712 713 HRESULTCmdCreateRawVMDK(int argc, char **argv, ComPtr<IVirtualBox> aVirtualBox, ComPtr<ISession> aSession)713 static int CmdCreateRawVMDK(int argc, char **argv, ComPtr<IVirtualBox> aVirtualBox, ComPtr<ISession> aSession) 714 714 { 715 715 HRESULT rc = S_OK; … … 1136 1136 } 1137 1137 1138 HRESULTCmdRenameVMDK(int argc, char **argv, ComPtr<IVirtualBox> aVirtualBox, ComPtr<ISession> aSession)1138 static int CmdRenameVMDK(int argc, char **argv, ComPtr<IVirtualBox> aVirtualBox, ComPtr<ISession> aSession) 1139 1139 { 1140 1140 Bstr src;
Note:
See TracChangeset
for help on using the changeset viewer.