Changeset 49630 in vbox
- Timestamp:
- Nov 22, 2013 4:19:16 PM (11 years ago)
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r49619 r49630 1126 1126 if (itProc != mData.mProcesses.end()) 1127 1127 { 1128 #ifdef DEBUG_andy 1129 ULONG cRefs = itProc->second->AddRef(); 1130 Assert(cRefs >= 2); 1131 LogFlowFunc(("pProcess=%p, cRefs=%RU32\n", &itProc->second, cRefs - 1)); 1132 itProc->second->Release(); 1133 #endif 1128 1134 ComObjPtr<GuestProcess> pProcess(itProc->second); 1129 1135 Assert(!pProcess.isNull()); -
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r49629 r49630 600 600 * content because we currently *do not* lock down the guest file when doing the 601 601 * actual operations. 602 ** @todo Implement guest file locking!602 ** @todo Use the IGuestFile API for locking down the file on the guest! 603 603 */ 604 604 GuestFsObjData objData; int guestRc;
Note:
See TracChangeset
for help on using the changeset viewer.