Skip to content

Commit

Permalink
mqbblp::Routers::AppContext: Fix function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikulimu committed Apr 17, 2024
1 parent c564ff1 commit 907de18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/groups/mqb/mqbblp/mqbblp_routers.h
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,10 @@ class Routers {
void apply();

// ACCESSORS
void loadInternals(mqbcmd::RoundRobinRouter* out) const;

// Load into the specified 'out', internal details about this object.
void loadInternals(mqbcmd::RoundRobinRouter* out) const;

void generate(bmqp_ctrlmsg::StreamParameters* streamParameters) const;

bool hasHandle(mqbi::QueueHandle* handle) const;
Expand Down

0 comments on commit 907de18

Please sign in to comment.