ircproxy The Ultimate Cyborg |
Definition in file Priority.h.
Go to the source code of this file.
Classes | |
class | Priority |
A message priority. More... | |
Functions | |
Priority | default_priority (int command) |
Return the default priority for command. |
Priority default_priority | ( | int | command | ) |
Return the default priority for command.
Definition at line 23 of file Priority.cc.
Referenced by ServerConnection::decode_ping(), Identity::new_client_message_received(), Channel::new_client_message_received(), ClientSession::new_client_nick_received(), ServerSession::new_message_received(), Identity::new_server_message_received(), Channel::new_server_message_received(), ServerSession::queue_msg_as_is(), ClientSession::queue_msg_as_is(), ClientSession::queue_msg_me_as_is(), and ServerSession::send_rejoins().
00024 { 00025 // FIXME 00026 return Priority(); 00027 }
Copyright © 2005-2007 Carlo Wood. All rights reserved. |
---|