File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -124,22 +124,22 @@ namespace Exchange {
124
124
// @param fileLocator: FileLocator
125
125
virtual Core::hresult Delete (const string &fileLocator) = 0;
126
126
127
- struct Percent {
128
- uint8_t percent ;
127
+ struct ProgressInfo {
128
+ uint8_t progress ;
129
129
};
130
130
131
- // @brief Delete
131
+ // @brief Progress
132
132
// @text progress
133
133
// @param downloadId: Download id
134
134
virtual Core::hresult Progress (
135
135
const string &downloadId,
136
- Percent &percent /* @out */ ) = 0;
136
+ ProgressInfo &progress /* @out */ ) = 0;
137
137
138
138
// @brief GetStorageDetails
139
139
// @text getStorageDetails
140
140
virtual Core::hresult GetStorageDetails (
141
- uint32_t "aKb /* @out */ ,
142
- uint32_t &usedKb /* @out */ ) = 0;
141
+ string "aKb /* @out */ ,
142
+ string &usedKb /* @out */ ) = 0;
143
143
144
144
// @brief RateLimit
145
145
// @text rateLimit
You can’t perform that action at this time.
0 commit comments