diff --git a/protocol/esta/acn/dmp/component.cpp b/protocol/esta/acn/dmp/component.cpp index 2f632cc..62e67f2 100644 --- a/protocol/esta/acn/dmp/component.cpp +++ b/protocol/esta/acn/dmp/component.cpp @@ -120,7 +120,7 @@ void Component::sendDMP(PDU::Message message) const * * The base class behavior is to reply with GET PROPERTY FAIL : Not a Property. * - * \todo Find a way to test this. + * \test Find a DMP controller to test with. */ void Component::rxDmpGetProperty(PDU::Message message) { @@ -150,7 +150,7 @@ void Component::rxDmpGetProperty(PDU::Message message) * * The base class behavior is to reply with SET PROPERTY FAIL : Not a Property. * - * \todo Find a way to test this. + * \test Find a DMP controller to test with. */ void Component::rxDmpSetProperty(PDU::Message message) { @@ -204,7 +204,7 @@ void Component::rxDmpEvent(PDU::Message message) * * The base class behavior is to send SUBSCRIBE REJECTED : Not a Property. * - * \todo Find a way to test this. + * \test Find a DMP controller to test with. */ void Component::rxDmpSubscribe(PDU::Message message) {