Changeset 3209 in vbox for trunk/src/VBox/Main/hgcm
- Timestamp:
- Jun 21, 2007 1:33:45 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22169
- File:
-
- 1 edited
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.