|
|||
|
|||
|


Public Member Functions | |
| SQLiteListener (ModuleSQLite3 *P, InspIRCd *Instance, int port, const std::string &addr) | |
| virtual void | OnAcceptReady (const std::string &ipconnectedto, int nfd, const std::string &incomingip) |
| Called when a new connection has successfully been accepted on this listener. | |
| int | GetPort () |
| Get port number for socket. | |
Private Attributes | |
| ModuleSQLite3 * | Parent |
| irc::sockets::insp_sockaddr | sock_us |
| socklen_t | uslen |
| FileReader * | index |
Definition at line 61 of file m_sqlite3.cpp.
|
||||||||||||||||||||
|
Definition at line 69 of file m_sqlite3.cpp. |
|
|
Get port number for socket.
Reimplemented from ListenSocketBase. Definition at line 84 of file m_sqlite3.cpp. References sock_us. Referenced by ModuleSQLite3::ModuleSQLite3(), and SQLConn::SendNotify(). |
|
||||||||||||||||
|
Called when a new connection has successfully been accepted on this listener.
Implements ListenSocketBase. Definition at line 78 of file m_sqlite3.cpp. |
|
|
Definition at line 66 of file m_sqlite3.cpp. |
|
|
Definition at line 63 of file m_sqlite3.cpp. |
|
|
Reimplemented from ListenSocketBase. Definition at line 64 of file m_sqlite3.cpp. Referenced by GetPort(), and SQLiteListener(). |
|
|
Definition at line 65 of file m_sqlite3.cpp. Referenced by SQLiteListener(). |