We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fccb1 commit 30be958Copy full SHA for 30be958
examples/tv-casting-app/tv-casting-common/include/CastingServer.h
@@ -49,7 +49,11 @@ inline constexpr chip::System::Clock::Seconds16 kCommissioningWindowTimeout = ch
49
* and then have it send TV Casting/Media related commands. This is to be instantiated
50
* as a singleton and is to be used across Linux, Android and iOS.
51
*/
52
-class CastingServer : public AppDelegate, chip::Protocols::UserDirectedCommissioning::CommissionerDeclarationHandler
+class CastingServer : public AppDelegate
53
+#if CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_DISCOVERY_CLIENT
54
+ ,
55
+ chip::Protocols::UserDirectedCommissioning::CommissionerDeclarationHandler
56
+#endif // CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_DISCOVERY_CLIENT
57
{
58
public:
59
CastingServer(CastingServer & other) = delete;
0 commit comments