summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/GuestSessionImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/include/GuestSessionImpl.h')
-rw-r--r--src/VBox/Main/include/GuestSessionImpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VBox/Main/include/GuestSessionImpl.h b/src/VBox/Main/include/GuestSessionImpl.h
index 8188eb51606..0a5a4e73e19 100644
--- a/src/VBox/Main/include/GuestSessionImpl.h
+++ b/src/VBox/Main/include/GuestSessionImpl.h
@@ -360,7 +360,8 @@ public:
/** @} */
/** @name Public internal methods for supporting older Guest Additions via
- VBoxService' built-in toolbox (< 7.1). */
+ * VBoxService' built-in toolbox (< 7.1).
+ * @{ */
int i_directoryCreateViaToolbox(const Utf8Str &strPath, uint32_t uMode, uint32_t uFlags, int *pvrcGuest);
int i_fileRemoveViaToolbox(const Utf8Str &strPath, int *pvrcGuest);
int i_fsCreateTempViaToolbox(const Utf8Str &strTemplate, const Utf8Str &strPath, bool fDirectory, Utf8Str &strName,