Changeset 75863 in vbox for trunk/src/VBox/Main/include/GuestSessionImpl.h
- Timestamp:
- Dec 2, 2018 12:43:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestSessionImpl.h
r75861 r75863 257 257 * The key specifies the (global) context ID. */ 258 258 typedef std::map <uint32_t, SessionObject> SessionObjects; 259 /** Queue containing context IDs which are no longer in use.260 * Useful for quickly retrieving a new, unused context ID. */261 typedef std::deque <uint32_t> SessionObjectsFree;262 259 263 260 public:
Note:
See TracChangeset
for help on using the changeset viewer.