- Timestamp:
- Feb 10, 2014 10:57:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r50380 r50384 1855 1855 const Bstr &typeId = (*it)->i_id(); 1856 1856 AssertMsg(!typeId.isEmpty(), ("ID must not be NULL")); 1857 if (typeId == aId)1857 if (typeId.compare(aId, Bstr::CaseInsensitive) == 0) 1858 1858 { 1859 1859 (*it).queryInterfaceTo(aType.asOutParam());
Note:
See TracChangeset
for help on using the changeset viewer.