mirror of
https://github.com/edubart/otclient.git
synced 2025-12-29 02:47:12 +01:00
Add getIp function, remove unused sql function
This commit is contained in:
@@ -58,6 +58,7 @@ public:
|
||||
|
||||
void setErrorCallback(const ErrorCallback& errorCallback) { m_errorCallback = errorCallback; }
|
||||
|
||||
int getIp();
|
||||
boost::system::error_code getError() { return m_error; }
|
||||
bool isConnecting() { return m_connecting; }
|
||||
bool isConnected() { return m_connected; }
|
||||
|
||||
Reference in New Issue
Block a user