Atlas 0.7.0
Networking protocol for the Worldforge system.
QueuedDecoder.cpp
1// This file may be redistributed and modified only under the terms of
2// the GNU Lesser General Public License (See COPYING for details).
3// Copyright (C) 2000 Stefanus Du Toit
4
5// $Id$
6
7#include <Atlas/Message/QueuedDecoder.h>
8
9namespace Atlas { namespace Message {
10
12{
13 m_objectQueue.push(std::move(obj));
14}
15
16} } // namespace Atlas::Message
void messageArrived(MapType obj) override
This adds a message to the queue.
Definition: Bridge.h:20