Changeset 81259 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Oct 14, 2019 1:18:28 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133954
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-win.h
r81212 r81259 355 355 /** Number of bytes already processed. */ 356 356 uint64_t m_cbProcessed; 357 /** Whether we already notified the parent of completionor not. */358 bool m_f NotifiedComplete;357 /** Whether this object already is in completed state or not. */ 358 bool m_fIsComplete; 359 359 }; 360 360
Note:
See TracChangeset
for help on using the changeset viewer.