Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
kghost committed Jun 14, 2022
1 parent 29a1b04 commit 86e1ab2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/messaging/ReliableMessageContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ class ReliableMessageContext
/// Determine whether this exchange is requesting Sleepy End Device active mode
bool IsRequestingActiveMode() const;


/// Determine whether this exchange is a EphemeralExchange for replying a StandaloneAck
bool IsEphemeralExchange() const;

Expand Down Expand Up @@ -167,7 +166,6 @@ class ReliableMessageContext
/// When set, signifies that the exchange is requesting Sleepy End Device active mode.
kFlagActiveMode = (1u << 8),


/// When set, signifies that the exchange created sorely for replying a StandaloneAck
kFlagEphemeralExchange = (1u << 9),

Expand Down

0 comments on commit 86e1ab2

Please sign in to comment.