Changeset 28288 in vbox for trunk/src/VBox
- Timestamp:
- Apr 14, 2010 10:27:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r28286 r28288 94 94 mCurrentGuestStat[i] = 0; 95 95 96 #ifdef VBOX_WITH_GUEST_CONTROL 96 97 /* Init the context ID counter at 1000. */ 97 98 mNextContextID = 1000; 99 #endif 98 100 99 101 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.