We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873bbd3 commit 8721924Copy full SHA for 8721924
apis/PackageManager/IAppPackageManager.h
@@ -144,7 +144,8 @@ namespace Exchange {
144
// @brief RateLimit
145
// @text rateLimit
146
// @param downloadId: Download id
147
- virtual Core::hresult RateLimit(const string &downloadId, uint64_t &limit /* @out */) = 0;
+ // @param limit: Limit
148
+ virtual Core::hresult RateLimit(const string &downloadId, const uint64_t &limit) = 0;
149
};
150
151
0 commit comments