3 #include <Poco/SharedPtr.h>
4 #include <Poco/JSON/Object.h>
6 #include "gwmessage/GWResponse.h"
18 typedef Poco::SharedPtr<GWResponseWithAck> Ptr;
GWMessageType type() const
Returns the type of the message.
Definition: GWMessage.cpp:55
Represents a response to a request message (subclass of a GWRequest). The GWResponse can be used alon...
Definition: GWResponse.h:55
Deprecated. Represents a response to a request message (subclass of a GWRequest), that requires ackno...
Definition: GWResponseWithAck.h:16