Changeset 105089 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 2, 2024 12:00:14 AM (5 months ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/SharedFolderImpl.h
r105087 r105089 93 93 * Public internal method for getting the symlink policy. 94 94 */ 95 constSymlinkPolicy_T i_getSymlinkPolicy() const;95 SymlinkPolicy_T i_getSymlinkPolicy() const; 96 96 97 97 protected: -
trunk/src/VBox/Main/src-all/SharedFolderImpl.cpp
r105087 r105089 443 443 } 444 444 445 constSymlinkPolicy_T SharedFolder::i_getSymlinkPolicy() const445 SymlinkPolicy_T SharedFolder::i_getSymlinkPolicy() const 446 446 { 447 447 return m->enmSymlinkPolicy;
Note:
See TracChangeset
for help on using the changeset viewer.