Remove unused method from Message.h
This commit is contained in:
@@ -26,9 +26,6 @@ namespace XPC
|
|||||||
/// with the size set to 0.
|
/// with the size set to 0.
|
||||||
static Message ReadFrom(const UDPSocket& sock);
|
static Message ReadFrom(const UDPSocket& sock);
|
||||||
|
|
||||||
/// Gets the message header in binary form.
|
|
||||||
unsigned long GetMagicNumber() const;
|
|
||||||
|
|
||||||
/// Gets the message header.
|
/// Gets the message header.
|
||||||
std::string GetHead() const;
|
std::string GetHead() const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user