Changeset 47874 in vbox
- Timestamp:
- Aug 20, 2013 7:33:42 AM (11 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r47872 r47874 3114 3114 if (!pCurFile.isNull()) 3115 3115 { 3116 ULONG uID;3117 3116 CHECK_ERROR_BREAK(pCurFile, COMGETTER(Id)(&uID)); 3118 Bstr strName;3119 3117 CHECK_ERROR_BREAK(pCurFile, COMGETTER(FileName)(strName.asOutParam())); 3120 3118 FileStatus_T fileStatus; -
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.