Changeset 99739 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 11, 2023 1:01:08 AM (21 months ago)
- Location:
- trunk/src/VBox/Additions/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
r98103 r99739 504 504 /** 505 505 * Set the wall clock to compensate for drift. 506 *507 * @returns true on success, false on failure.508 506 * 509 507 * @param pDrift The time adjustment. -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r99382 r99739 244 244 * Prints a standardized termination sequence indicating that the 245 245 * parseable stream just ended. 246 *247 246 */ 248 247 static void vgsvcToolboxPrintStrmTermination() … … 268 267 * Destroys a path buffer list. 269 268 * 270 * @return IPRT status code.271 269 * @param pList Pointer to list to destroy. 272 270 */ -
trunk/src/VBox/Additions/common/pam/pam_vbox.cpp
r98103 r99739 312 312 * Shuts down pam_vbox. 313 313 * 314 * @return IPRT status code.315 314 * @param hPAM PAM handle. 316 315 */
Note:
See TracChangeset
for help on using the changeset viewer.