Skip to content

Commit

Permalink
Update cpp/src/DataStorm/Contract.ice
Browse files Browse the repository at this point in the history
Co-authored-by: Joe George <[email protected]>
  • Loading branch information
pepone and externl authored Dec 2, 2024
1 parent 781c3be commit 1793c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/DataStorm/Contract.ice
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ module DataStormContract
///
/// @param topicId The ID of the topic to which the elements belong.
/// @param elements The sequence of elements to attach to the topic's subscribers.
/// @param initialize true if called from attachTopic, false otherwise.
/// @param initialize True if called from attachTopic, false otherwise.
void attachElements(long topicId, ElementSpecSeq elements, bool initialize);

void attachElementsAck(long topic, ElementSpecAckSeq elements);
Expand Down

0 comments on commit 1793c9f

Please sign in to comment.