Changeset 63148 in vbox
- Timestamp:
- Aug 8, 2016 11:19:08 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109766
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp
r63147 r63148 3044 3044 * @param a_pstrVrdeLibrary Where to return the path. 3045 3045 */ 3046 HRESULT ExtPackManager::i_getLibraryPathForExtPack(const char *a_pszModuleName, const c onst*a_pszExtPack, Utf8Str *a_pstrLibrary)3046 HRESULT ExtPackManager::i_getLibraryPathForExtPack(const char *a_pszModuleName, const char *a_pszExtPack, Utf8Str *a_pstrLibrary) 3047 3047 { 3048 3048 AutoCaller autoCaller(this);
Note:
See TracChangeset
for help on using the changeset viewer.