Skip to content

Commit

Permalink
[EN-7314] Implement the DXPublisher
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyKalin committed Aug 14, 2023
1 parent 0aa4422 commit b34b839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dxfeed_graal_cpp_api/api/DXPublisher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct DXFCPP_EXPORT DXPublisher : SharedEntity {
static std::shared_ptr<DXPublisher> getInstance() noexcept;


virtual void publishEvents() noexcept;
virtual void publishEvents() noexcept {}

std::string toString() const noexcept override;
};
Expand Down

0 comments on commit b34b839

Please sign in to comment.