Changeset 32855 in vbox for trunk/src/VBox/Main/GuestImpl.cpp
- Timestamp:
- Sep 30, 2010 6:12:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r32852 r32855 754 754 for (it2 = mCallbackMap.begin(); it2 != mCallbackMap.end(); it2++) 755 755 { 756 switch (it2->second.mType)756 switch (it2->second.mType) 757 757 { 758 758 case VBOXGUESTCTRLCALLBACKTYPE_EXEC_START: … … 770 770 break; 771 771 } 772 773 default: 774 AssertMsgFailed(("unknown callback type %d\n", it2->second.mType)); 775 break; 772 776 } 773 777 }
Note:
See TracChangeset
for help on using the changeset viewer.