Skip to content

Commit 7745374

Browse files
authored
Update IAppPackageManager.h
1 parent 46488f0 commit 7745374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/PackageManager/IAppPackageManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,10 @@ namespace Exchange {
262262
// @brief getConfigForPackage
263263
// @text getConfigForPackage
264264
// @param fileLocator: locator of package
265-
// @param packageId: package id
265+
// @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& packageId /* @out */, string &version /* @out */, RuntimeConfig& config /* @out */) = 0;
268+
virtual Core::hresult GetConfigForPackage(const string &fileLocator /* @in */, string& id /* @out */, string &version /* @out */, RuntimeConfig& config /* @out */) = 0;
269269
};
270270

271271

0 commit comments

Comments
 (0)