Changeset 97626 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 21, 2022 1:34:53 PM (2 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestFileImpl.h
r96407 r97626 93 93 /** @} */ 94 94 95 p rivate:95 public: 96 96 97 97 /** @name Wrapped IGuestFile properties. … … 135 135 /** @} */ 136 136 137 private: 138 137 139 /** This can safely be used without holding any locks. 138 140 * An AutoCaller suffices to prevent it being destroy while in use and -
trunk/src/VBox/Main/include/GuestSessionImplTasks.h
r97540 r97626 243 243 /** @name File handling primitives. 244 244 * @{ */ 245 int fileClose(const ComObjPtr<GuestFile> &file); 245 246 int fileCopyFromGuestInner(const Utf8Str &strSrcFile, ComObjPtr<GuestFile> &srcFile, 246 247 const Utf8Str &strDstFile, PRTFILE phDstFile,
Note:
See TracChangeset
for help on using the changeset viewer.