File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 77#include < optional>
88#include < string>
99#include < string_view>
10- #include < utility> // pair
1110#include < vector>
1211
1312#include " databento/datetime.hpp" // UnixNanos
@@ -40,8 +39,6 @@ class LiveBlocking {
4039 std::uint16_t Port () const { return port_; }
4140 bool SendTsOut () const { return send_ts_out_; }
4241 VersionUpgradePolicy UpgradePolicy () const { return upgrade_policy_; }
43- // The the first member of the pair will be true, when the heartbeat interval
44- // was overridden.
4542 std::optional<std::chrono::seconds> HeartbeatInterval () const {
4643 return heartbeat_interval_;
4744 }
Original file line number Diff line number Diff line change 77#include < optional>
88#include < string>
99#include < string_view>
10- #include < utility> // pair
1110#include < vector>
1211
1312#include " databento/datetime.hpp" // UnixNanos
@@ -53,8 +52,6 @@ class LiveThreaded {
5352 std::uint16_t Port () const ;
5453 bool SendTsOut () const ;
5554 VersionUpgradePolicy UpgradePolicy () const ;
56- // The the first member of the pair will be true, when the heartbeat interval
57- // was overridden.
5855 std::optional<std::chrono::seconds> HeartbeatInterval () const ;
5956 const std::vector<LiveSubscription>& Subscriptions () const ;
6057 std::vector<LiveSubscription>& Subscriptions ();
You can’t perform that action at this time.
0 commit comments