Changeset 47874 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Aug 20, 2013 7:33:42 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88174
- Location:
- trunk/src/VBox/Main/src-client
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestFileImpl.cpp
r47858 r47874 945 945 } 946 946 947 /* Copy over necessary data before releasing lock again. */948 FileStatus_T fileStatus = mData.mStatus;949 950 947 alock.release(); /* Release lock before firing off event. */ 951 948 -
trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp
r47817 r47874 992 992 /* Copy over necessary data before releasing lock again. */ 993 993 uint32_t uPID = mData.mPID; 994 ProcessStatus_T procStatus = mData.mStatus;995 994 /** @todo Also handle mSession? */ 996 995
Note:
See TracChangeset
for help on using the changeset viewer.