// This file may be redistributed and modified only under the terms of
// the GNU Lesser General Public License (See COPYING for details).
// Copyright (C) 2000 Stefanus Du Toit

#include <Atlas/Funky/FEncoder.h>

namespace Atlas { namespace Funky {

BeginMap Tokens::begin_map;
EndMap Tokens::end_map;
BeginList Tokens::begin_list;
EndList Tokens::end_list;

} } // namespace Atlas::Funky


syntax highlighted by Code2HTML, v. 0.9.1