Changeset 3209 in vbox
- Timestamp:
- Jun 21, 2007 1:33:45 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/hgcm/HGCM.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/hgcm/HGCM.cpp
r2981 r3209 494 494 { 495 495 LogFlowFunc(("SVC_MSG_UNLOAD\n")); 496 if (pSvc->m_fntable.pfnUnload) 497 { 498 pSvc->m_fntable.pfnUnload (); 499 } 500 496 501 pSvc->unloadServiceDLL (); 497 502 fQuit = true;
Note:
See TracChangeset
for help on using the changeset viewer.

