Changeset 47546 in vbox
- Timestamp:
- Aug 5, 2013 7:57:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/vboxapi.py
r47125 r47546 250 250 251 251 def createListener(self, impl, arg): 252 if True: 253 raise Exception('no active listeners on Windows as PyGatewayBase::QueryInterface() ' 254 'returns new gateway objects all the time, thus breaking EventQueue ' 255 'assumptions about the listener interface pointer being constants between calls '); 256 # Did this code ever really work? 252 257 d = {} 253 258 d['BaseClass'] = impl
Note:
See TracChangeset
for help on using the changeset viewer.