CHG: removed the sourcetype out of the basic message
This commit is contained in:
@@ -32,6 +32,9 @@ namespace WHISPER {
|
||||
class InternalUDPService : public whispercomm {
|
||||
|
||||
|
||||
public:
|
||||
InternalUDPService(std::string id, std::uint16_t port, std::string destinationAdress, std::string myAdress);
|
||||
~InternalUDPService();
|
||||
private:
|
||||
/// ip address of the destination
|
||||
std::string destinationAdress_;
|
||||
@@ -84,9 +87,6 @@ namespace WHISPER {
|
||||
|
||||
|
||||
|
||||
public:
|
||||
InternalUDPService(std::uint32_t parentid,std::uint32_t id, SourceType owndevicetype,std::uint16_t port, std::string destinationAdress, std::string myAdress);
|
||||
~InternalUDPService();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user