Skip to content

Commit c65bfbb

Browse files
address comments
1 parent 5a91dcc commit c65bfbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/InteractionModelEngine.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ class InteractionModelEngine : public Messaging::UnsolicitedMessageHandler,
170170
*/
171171
void ShutdownAllSubscriptions();
172172

173+
#endif // CHIP_CONFIG_ENABLE_READ_CLIENT
174+
173175
/**
174176
* Tears down all subscription handlers.
175177
*/
176178
void ShutdownAllSubscriptionHandlers();
177179

178-
#endif // CHIP_CONFIG_ENABLE_READ_CLIENT
179-
180180
uint32_t GetNumActiveReadHandlers() const;
181181
uint32_t GetNumActiveReadHandlers(ReadHandler::InteractionType type) const;
182182

0 commit comments

Comments
 (0)