Changeset 101293 in vbox for trunk/src/VBox/Main/include/ExtPackManagerImpl.h
- Timestamp:
- Sep 27, 2023 2:20:49 PM (19 months ago)
- svn:sync-xref-src-repo-rev:
- 159279
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ExtPackManagerImpl.h
r98103 r101293 198 198 VBOXEXTPACK_IF_CS(IVetoEvent) **ppEventOut); 199 199 static DECLCALLBACK(const char *) i_hlpTranslate(PCVBOXEXTPACKHLP pHlp, 200 const char *pszComponent,201 const char *pszSourceText,202 const char *pszComment = NULL,203 const size_t aNum = ~(size_t)0);200 const char *pszComponent, 201 const char *pszSourceText, 202 const char *pszComment = NULL, 203 const size_t uNum = ~(size_t)0); 204 204 static DECLCALLBACK(int) i_hlpReservedN(PCVBOXEXTPACKHLP pHlp); 205 205 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.