Changeset 83155 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 25, 2020 5:55:58 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136273
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/vboxapi.py
r82968 r83155 453 453 print("Warning: CoInitializeSecurity was already called"); 454 454 else: 455 print("Warning: CoInitializeSecurity failed: ", oXc tp);455 print("Warning: CoInitializeSecurity failed: ", oXcpt); 456 456 457 457 # Remember this thread ID and get its handle so we can wait on it in waitForEvents(). … … 960 960 # platforms at the same time, so this should be sufficent for most uses and 961 961 # be way simpler to use than VirtualBoxManager::oXcptClass. 962 CurXc tpClass = None962 CurXcptClass = None 963 963 964 964
Note:
See TracChangeset
for help on using the changeset viewer.