- Timestamp:
- Dec 3, 2008 12:28:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestOSTypeImpl.cpp
r14772 r14930 76 76 NetworkAdapterType_T aNetworkAdapterType) 77 77 { 78 #if 0 78 79 LogFlowThisFunc (("aFamilyId='%s', aFamilyDescription='%s', " 79 80 "aId='%s', aDescription='%s', " … … 88 89 aRAMSize, aVRAMSize, aHDDSize, 89 90 aNetworkAdapterType)); 91 #endif 90 92 91 93 ComAssertRet (aFamilyId && aFamilyDescription && aId && aDescription, E_INVALIDARG);
Note:
See TracChangeset
for help on using the changeset viewer.