Changeset 48390 in vbox for trunk/src/VBox/Main
- Timestamp:
- Sep 9, 2013 12:39:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp
r48313 r48390 1602 1602 Console *pCon = (Console *)pConsole; 1603 1603 return pCon->hgcmLoadService(pszServiceLibrary, pszServiceName); 1604 #else 1605 NOREF(pHlp); NOREF(pConsole); NOREF(pszServiceLibrary); NOREF(pszServiceName); 1604 1606 #endif 1605 1607 return VERR_INVALID_STATE;
Note:
See TracChangeset
for help on using the changeset viewer.