Skip to content

Commit fc362d0

Browse files
authored
Update IAppPackageManager.h
1 parent f417865 commit fc362d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/PackageManager/IAppPackageManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ namespace Exchange {
265265
// @param id: package id
266266
// @param version: version of package
267267
// @param config: metadata of package
268-
virtual Core::hresult GetConfigForPackage(const string &fileLocator /* @in */, string& id /* @out */, string &version /* @out */, RuntimeConfig& config /* @out */) = 0;
268+
virtual Core::hresult GetConfigForPackage(const string &fileLocator, string& id /* @out */, string &version /* @out */, RuntimeConfig& config /* @out */) = 0;
269269
};
270270

271271

0 commit comments

Comments
 (0)