Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kghost committed Feb 19, 2021
1 parent ad741ee commit 4aaca0b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/messaging/Channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,6 @@ class ChannelHandle
return *this;
}

/*
* @brief
* Get the state of the channel (@see ChannelContext).
*/
ChannelState GetState() const;

/*
Expand All @@ -213,10 +209,6 @@ class ChannelHandle
*/
ExchangeContext * NewExchange(ExchangeDelegate * delegate);

/*
* @brief
* Release the channel.
*/
void Release();

private:
Expand Down

0 comments on commit 4aaca0b

Please sign in to comment.