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

ModuleTestCommand Class Reference

Inheritance diagram for ModuleTestCommand:

Inheritance graph
[legend]
Collaboration diagram for ModuleTestCommand:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Private Attributes

CommandDalinfonewcommand

Detailed Description

Definition at line 36 of file m_testcommand.cpp.


Constructor & Destructor Documentation

ModuleTestCommand::ModuleTestCommand InspIRCd Me  )  [inline]
 

Definition at line 40 of file m_testcommand.cpp.

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

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

Definition at line 50 of file m_testcommand.cpp.


Member Function Documentation

virtual Version ModuleTestCommand::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 54 of file m_testcommand.cpp.

References API_VERSION, and VF_VENDOR.


Member Data Documentation

CommandDalinfo* ModuleTestCommand::newcommand [private]
 

Definition at line 38 of file m_testcommand.cpp.

Referenced by ModuleTestCommand().


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