ZNC
trunk
|
#include <Utils.h>
Public Types | |
enum | EType { EX_Shutdown , EX_Restart } |
Public Member Functions | |
CException (EType e) | |
virtual | ~CException () |
EType | GetType () const |
Protected Attributes | |
EType | m_eType |
enum CException::EType |
|
inline |
|
inlinevirtual |