The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

GetAssocChan Class Reference

Get the channel associated with an SQL query ID. More...

#include <m_sqlutils.h>

Inheritance diagram for GetAssocChan:

Inheritance graph
[legend]
Collaboration diagram for GetAssocChan:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 GetAssocChan (Module *s, Module *d, unsigned long i)
GetAssocChanS ()

Public Attributes

unsigned long id
 The query id.
Channelchan
 The channel.

Detailed Description

Get the channel associated with an SQL query ID.

Definition at line 121 of file m_sqlutils.h.


Constructor & Destructor Documentation

GetAssocChan::GetAssocChan Module s,
Module d,
unsigned long  i
[inline]
 

Definition at line 131 of file m_sqlutils.h.


Member Function Documentation

GetAssocChan& GetAssocChan::S  )  [inline]
 

Definition at line 136 of file m_sqlutils.h.

References Request::Send().


Member Data Documentation

Channel* GetAssocChan::chan
 

The channel.

Definition at line 129 of file m_sqlutils.h.

Referenced by ModuleSQLutils::OnRequest().

unsigned long GetAssocChan::id
 

The query id.

Reimplemented from Request.

Definition at line 126 of file m_sqlutils.h.

Referenced by ModuleSQLutils::OnRequest().


The documentation for this class was generated from the following file: