~ubuntu-branches/ubuntu/breezy/atlas-cpp/breezy

« back to all changes in this revision

Viewing changes to Atlas/Funky/Encoder.cc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2005-10-02 11:41:44 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051002114144-8qmn4d1cdn9g27ta
Tags: 0.5.98-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
#include <Atlas/Funky/Encoder.h>
6
 
 
7
 
namespace Atlas { namespace Funky {
8
 
 
9
 
BeginMap Tokens::begin_map;
10
 
EndMap Tokens::end_map;
11
 
BeginList Tokens::begin_list;
12
 
EndList Tokens::end_list;
13
 
 
14
 
} } // namespace Atlas::Funky