Changeset 17913 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 16, 2009 10:53:29 AM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17911 r17913 3199 3199 ComSafeArrayIn(IN_BSTR, argExtraConfigValues)) 3200 3200 { 3201 NOREF(aEnabledSize);3202 3201 CheckComArgSafeArrayNotNull(argVboxValues); 3203 3202 CheckComArgSafeArrayNotNull(argExtraConfigValues); -
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r17911 r17913 718 718 { 719 719 CheckComArgOutSafeArrayPointerValid(aSharedFolders); 720 NOREF(aSharedFoldersSize);721 720 722 721 AutoCaller autoCaller (this);
Note:
See TracChangeset
for help on using the changeset viewer.