1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Better handling of SendFailedException in Connection

This commit is contained in:
Perttu Ahola 2011-10-18 03:42:23 +03:00
parent 22b07bdb30
commit 85002883bd
3 changed files with 8 additions and 5 deletions

View file

@ -97,7 +97,7 @@ public:
void setPort(unsigned short port);
void print(std::ostream *s) const;
void print() const;
std::string serializeString();
std::string serializeString() const;
private:
unsigned int m_address;
unsigned short m_port;