ircproxy  The Ultimate Cyborg

MessageOut.h File Reference


Detailed Description

This file contains the declaration of class MessageOut and MessageOutData.

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...


Enumeration Type Documentation

enum msg_type

The type of message.

Enumerator:
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.