File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,8 @@ class DLL_EXPORT TransferSession
172
172
* the caller will get an event of type OutputEventType::kNone.
173
173
*
174
174
* It is possible that consecutive calls to this method may emit different outputs depending on the state of the
175
- * TransferSession object. The caller is generally expected to keep calling this method until it gets an event of type OutputEventType::kNone.
175
+ * TransferSession object. The caller is generally expected to keep calling this method until it gets an event of type
176
+ * OutputEventType::kNone.
176
177
*
177
178
* If the output event type is kMsgToSend, the caller is expected to send the message immediately on the
178
179
* relevant exchange. In this case the BDX session timeout timer will start when GetNextAction is called.
You can’t perform that action at this time.
0 commit comments