Changeset 14697 in vbox for trunk/src/VBox
- Timestamp:
- Nov 27, 2008 11:08:33 AM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDisk2Impl.cpp
r14628 r14697 1808 1808 1809 1809 if (m.backRefs.size() != 0) 1810 return setError ( E_FAIL,1810 return setError (VBOX_E_OBJECT_IN_USE, 1811 1811 tr ("Hard disk '%ls' is attached to %d virtual machines"), 1812 1812 m.locationFull.raw(), m.backRefs.size()); -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r14690 r14697 304 304 </result> 305 305 306 <result name="VBOX_E_OBJECT_IN_USE" value="0x80BB0007"> 307 <desc> 308 Operation prohibited because object is in use. 309 </desc> 310 </result> 311 306 312 <!-- 307 313 Note that src/VBox/Runtime/common/err/errmsgvboxcom.xsl will ignore … … 7373 7379 7374 7380 <see>#close()</see> 7381 7382 <result name="VBOX_E_OBJECT_IN_USE"> 7383 Hard disk is still attached to a virtual machine. 7384 </result> 7375 7385 </desc> 7376 7386 <param name="progress" type="IProgress" dir="return">
Note:
See TracChangeset
for help on using the changeset viewer.