ircproxy The Ultimate Cyborg |
Definition in file MessageOut.h.
#include <sstream>
#include <string>
#include <boost/shared_ptr.hpp>
#include "debug.h"
#include "Priority.h"
#include "Prefix.h"
#include "MessageIn.h"
#include "JustInTime.h"
#include "PseudoMessageEvent.h"
Go to the source code of this file.
Classes | |
struct | MessageOutData |
A structure containing the data associated with a MessageOut object. More... | |
struct | PseudoMessageOutData |
class | PseudoMessageOut |
A pseudo output message. More... | |
class | MessageOut |
An output message. More... | |
Enumerations | |
enum | msg_type { unsafe_msg, safe_query } |
The type of message. More... |
enum msg_type |
The type of message.
unsafe_msg | Message may only be sent to the server after the IP is hidden. |
safe_query | The message can be sent to the server regardless. |
Definition at line 33 of file MessageOut.h.
00033 { 00034 unsafe_msg, //!< Message may only be sent to the server after the IP is hidden. 00035 safe_query //!< The message can be sent to the server regardless. 00036 };
Copyright © 2005-2007 Carlo Wood. All rights reserved. |
---|