Changeset 23552 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Oct 5, 2009 11:29:58 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53196
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/vboxapi.py
r22394 r23552 355 355 str += " def __init__(self): BaseClass.__init__(self, arg)\n" 356 356 str += "result = xpcom.components.classes['@virtualbox.org/CallbackWrapper;1'].createInstance()\n" 357 # This wrapping is not entirely correct - we shall create a local object358 357 str += "result.setLocalObject("+iface+"Impl())\n" 359 358 exec (str,d,d)
Note:
See TracChangeset
for help on using the changeset viewer.