Changeset 95428 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 29, 2022 1:15:00 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152030
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r95424 r95428 26042 26042 <enum 26043 26043 name="VBoxEventType" 26044 uuid=" d9a89164-5143-49ce-b9ab-4e76edf5b93b"26044 uuid="05dfb131-4deb-4125-9bcd-96518026b423" 26045 26045 > 26046 26046 … … 26532 26532 </const> 26533 26533 <!-- End event marker --> 26534 <!-- @todo rename to 'End' as it is exclusive (we use 'last' to be inclusive). --> 26535 <const name="Last" value="117"> 26534 <const name="End" value="117"> 26536 26535 <desc> 26537 26536 Must be last event, used for iterations and structures relying on numerical event values. -
trunk/src/VBox/Main/src-all/EventImpl.cpp
r94912 r95428 393 393 394 394 static const int FirstEvent = (int)VBoxEventType_LastWildcard + 1; 395 static const int LastEvent = (int)VBoxEventType_ Last;395 static const int LastEvent = (int)VBoxEventType_End; 396 396 static const int NumEvents = LastEvent - FirstEvent; 397 397
Note:
See TracChangeset
for help on using the changeset viewer.