Changeset 59805 in vbox for trunk/src/libs
- Timestamp:
- Feb 24, 2016 8:20:59 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105687
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/client/__init__.py
r59802 r59805 328 328 def QueryInterface(self, iid): 329 329 if iid in self._interfaces_: 330 assert iid _name in self._interface_names_, "_interfaces_ has the key, but _interface_names_ does not!"330 assert iid.name in self._interface_names_, "_interfaces_ has the key, but _interface_names_ does not!" 331 331 return self 332 332 # Haven't seen this before - do a real QI.
Note:
See TracChangeset
for help on using the changeset viewer.