Linefeeds.
This commit is contained in:
@@ -36,9 +36,9 @@ PokerTHException::~PokerTHException()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
PokerTHException::what() const
|
PokerTHException::what() const
|
||||||
{
|
{
|
||||||
return m_msg.c_str();
|
return m_msg.c_str();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ public:
|
|||||||
int GetErrorId() const {return m_errorId;}
|
int GetErrorId() const {return m_errorId;}
|
||||||
int GetOsErrorCode() const {return m_osErrorCode;}
|
int GetOsErrorCode() const {return m_osErrorCode;}
|
||||||
|
|
||||||
virtual const char *what() const;
|
virtual const char *what() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int m_errorId;
|
int m_errorId;
|
||||||
|
|||||||
Reference in New Issue
Block a user