Changeset 39706 in vbox for trunk/src/libs/xpcom18a4/python
- Timestamp:
- Jan 5, 2012 9:22:11 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75558
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/PyISupports.cpp
r39535 r39706 142 142 RTOnce(&g_Once, initOnceCallback, NULL, NULL); 143 143 RTCritSectEnter(&g_CritSect); 144 PyXPCOM_LogWarning("Creating %p: iid=%RTuuid obj=%p", this, &m_iid, punk);145 144 RTListAppend(&g_List, &m_ListEntry); 146 145 RTCritSectLeave(&g_CritSect); 146 PyXPCOM_LogWarning("Creating %p: iid=%RTuuid obj=%p", this, &m_iid, punk); 147 147 #endif 148 148 } … … 153 153 RTCritSectEnter(&g_CritSect); 154 154 nsISupports *punk = m_obj; 155 PyXPCOM_LogWarning("Destroying %p: iid=%RTuuid obj=%p", this, &m_iid, punk);156 155 RTListNodeRemove(&m_ListEntry); 157 156 RTCritSectLeave(&g_CritSect); 157 PyXPCOM_LogWarning("Destroying %p: iid=%RTuuid obj=%p", this, &m_iid, punk); 158 158 #endif 159 159
Note:
See TracChangeset
for help on using the changeset viewer.