![]() |
ircproxy The Ultimate Cyborg |
#include <MessageOut.h>
Definition at line 79 of file MessageOut.h.
Public Member Functions | |
| PseudoMessageOut (Priority const &priority, msg_type type=unsafe_msg) | |
| Construct a PseudoMessageOut with priority priority. | |
Private Attributes | |
| boost::shared_ptr < PseudoMessageOutData > | M_data |
| Shared pointer to the actual message data. | |
| PseudoMessageOut::PseudoMessageOut | ( | Priority const & | priority, | |
| msg_type | type = unsafe_msg | |||
| ) | [inline] |
Construct a PseudoMessageOut with priority priority.
Definition at line 84 of file MessageOut.h.
00084 : M_data(NEW(PseudoMessageOutData(priority, type))) { }
boost::shared_ptr<PseudoMessageOutData> PseudoMessageOut::M_data [private] |
| Copyright © 2005-2007 Carlo Wood. All rights reserved. |
|---|