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

ModuleChgIdent Class Reference

Inheritance diagram for ModuleChgIdent:

Inheritance graph
[legend]
Collaboration diagram for ModuleChgIdent:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ModuleChgIdent (InspIRCd *Me)
virtual ~ModuleChgIdent ()
virtual Version GetVersion ()
 Returns the version number of a Module.

Private Attributes

CommandChgidentmycommand

Detailed Description

Definition at line 69 of file m_chgident.cpp.


Constructor & Destructor Documentation

ModuleChgIdent::ModuleChgIdent InspIRCd Me  )  [inline]
 

Definition at line 75 of file m_chgident.cpp.

References InspIRCd::AddCommand(), mycommand, and Module::ServerInstance.

virtual ModuleChgIdent::~ModuleChgIdent  )  [inline, virtual]
 

Definition at line 82 of file m_chgident.cpp.


Member Function Documentation

virtual Version ModuleChgIdent::GetVersion  )  [inline, virtual]
 

Returns the version number of a Module.

The method should return a Version object with its version information assigned via Version::Version

Reimplemented from Module.

Definition at line 86 of file m_chgident.cpp.

References API_VERSION, VF_COMMON, and VF_VENDOR.


Member Data Documentation

CommandChgident* ModuleChgIdent::mycommand [private]
 

Definition at line 71 of file m_chgident.cpp.

Referenced by ModuleChgIdent().


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