|
|||
|
|||
|


Public Member Functions | |
| ResultNotifier (ModuleMsSQL *m, InspIRCd *SI, int newfd, char *ip) | |
| virtual bool | OnDataReady () |
| When there is data waiting to be read on a socket, the OnDataReady() method is called. | |
| void | Dispatch () |
| ResultNotifier (ModuleSQLite3 *m, InspIRCd *SI, int newfd, char *ip) | |
| virtual bool | OnDataReady () |
| When there is data waiting to be read on a socket, the OnDataReady() method is called. | |
| void | Dispatch () |
Private Attributes | |
| ModuleMsSQL * | mod |
| ModuleSQLite3 * | mod |
Definition at line 59 of file m_mssql.cpp.
|
||||||||||||||||||||
|
Definition at line 64 of file m_mssql.cpp. |
|
||||||||||||||||||||
|
Definition at line 43 of file m_sqlite3.cpp. |
|
|
|
|
|
Definition at line 899 of file m_mssql.cpp. References mod, and ModuleMsSQL::SendQueue(). Referenced by OnDataReady(). |
|
|
When there is data waiting to be read on a socket, the OnDataReady() method is called. Within this method, you *MUST* call the Read() method to read any pending data. At its lowest level, this event is signalled by the core via the socket engine. If you return false from this function, the core removes your socket from its list and erases it from the socket engine, then calls BufferedSocket::Close() and deletes it.
Reimplemented from BufferedSocket. Definition at line 47 of file m_sqlite3.cpp. References Dispatch(), SocketEngine::Recv(), InspIRCd::SE, and BufferedSocket::ServerInstance. |
|
|
When there is data waiting to be read on a socket, the OnDataReady() method is called. Within this method, you *MUST* call the Read() method to read any pending data. At its lowest level, this event is signalled by the core via the socket engine. If you return false from this function, the core removes your socket from its list and erases it from the socket engine, then calls BufferedSocket::Close() and deletes it.
Reimplemented from BufferedSocket. Definition at line 68 of file m_mssql.cpp. References Dispatch(), SocketEngine::Recv(), InspIRCd::SE, and BufferedSocket::ServerInstance. |
|
|
Definition at line 40 of file m_sqlite3.cpp. |
|
|
Definition at line 61 of file m_mssql.cpp. Referenced by Dispatch(). |