Changeset 92627 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 29, 2021 1:35:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r90828 r92627 387 387 /** Pointer to the immutable base environment for the session. 388 388 * @note This is not allocated until the guest reports it to the host. It is 389 * also shared with child processes. */ 389 * also shared with child processes. 390 * @todo This is actually not yet implemented, see 391 * GuestSession::i_onSessionStatusChange. */ 390 392 GuestEnvironment const *mpBaseEnvironment; 391 393 /** Directory objects bound to this session. */
Note:
See TracChangeset
for help on using the changeset viewer.