ircproxy The Ultimate Cyborg |
00001 // ircproxy -- An IRC bouncer. 00002 // 00003 //! @file DestructEvent.h 00004 //! @brief This file contains the declarations classes related to a DestructEvent. 00005 // 00006 // Copyright (C) 2006, 2007 by 00007 // 00008 // Carlo Wood, Run on IRC <carlo@alinoe.com> 00009 // RSA-1024 0x624ACAD5 1997-01-26 Sign & Encrypt 00010 // Fingerprint16 = 32 EC A7 B6 AC DB 65 A6 F6 F6 55 DD 1C DC FF 61 00011 // 00012 // This file may be distributed under the terms of the Q Public License 00013 // version 1.0 as appearing in the file LICENSE.QPL included in the 00014 // packaging of this file. 00015 00016 #ifndef DESTRUCTEVENT_H 00017 #define DESTRUCTEVENT_H 00018 00019 #ifndef USE_PCH 00020 #include <string> 00021 #include "debug.h" 00022 #include <libcw/events.h> 00023 #endif 00024 00025 //! \brief Type unique for the DestructEvent event server. 00026 class DestructEventType { 00027 }; 00028 00029 //! The event server for DestructEventType. 00030 typedef event_server_tct<event_request_base_tct<DestructEventType> > DestructEventServer; 00031 00032 #endif // DESTRUCTEVENT_H
Copyright © 2005-2007 Carlo Wood. All rights reserved. |
---|