181:e254398fcc7c | 182:20ca0a6be175 |
---|---|
57 StringParseError (String message) : | 57 StringParseError (String message) : |
58 m_message (message) {} | 58 m_message (message) {} |
59 | 59 |
60 const char* what() const throw() | 60 const char* what() const throw() |
61 { | 61 { |
62 return m_message.chars(); | 62 return m_message.data(); |
63 } | 63 } |
64 }; | 64 }; |
65 | 65 |
66 unsigned long host; | 66 unsigned long host; |
67 unsigned short port; | 67 unsigned short port; |