Changeset 107642 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 10, 2025 1:10:28 PM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 166732
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlInterface.cpp
r106061 r107642 155 155 public: 156 156 CommandData() 157 : m_bSessionIdGiven(false) 157 : m_uSessionId(0) 158 , m_bSessionIdGiven(false) 158 159 , m_bSessionNameGiven(false) 159 160 , m_bCreateParentDirectories(false){}
Note:
See TracChangeset
for help on using the changeset viewer.