Пример #1
0
	void send_server_message_to_all(const std::string& message, network::connection exclude=0) const
	{
		send_server_message_to_all(message.c_str(), exclude);
	}
Пример #2
0
	void send_server_message_to_all(const std::string& message, socket_ptr exclude=socket_ptr()) const
	{
		send_server_message_to_all(message.c_str(), exclude);
	}