Changeset 63638 in vbox for trunk/include/VBox
- Timestamp:
- Aug 25, 2016 2:26:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/microatl.h
r63147 r63638 1295 1295 if (SUCCEEDED(m_hrc) && !m_pObj) 1296 1296 { 1297 1298 1299 1300 1301 1297 Lock(); 1298 // Make sure that the module is in use, otherwise the 1299 // module can terminate while we're creating a new 1300 // instance, which leads to strange errors. 1301 LockServer(true); 1302 1302 __try 1303 1303 {
Note:
See TracChangeset
for help on using the changeset viewer.