- Timestamp:
- Jun 22, 2010 9:14:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r30345 r30358 536 536 537 537 /* events */ 538 #if 0 539 // disabled for now 538 540 if (SUCCEEDED(rc = unconst(m->pEventSource).createObject())) 539 541 rc = m->pEventSource->init(this); 540 542 if (FAILED(rc)) throw rc; 543 #endif 541 544 542 545 }
Note:
See TracChangeset
for help on using the changeset viewer.