File: Encoder.cpp

package info (click to toggle)
atlas-cpp 0.5.98-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,652 kB
  • ctags: 2,284
  • sloc: sh: 8,305; cpp: 6,372; python: 1,471; makefile: 216
file content (13 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
// This file may be redistributed and modified only under the terms of
// the GNU Lesser General Public License (See COPYING for details).
// Copyright 2000-2003 Stefanus Du Toit and Al Riddoch.

#include <Atlas/Objects/Encoder.h>

namespace Atlas { namespace Objects {

ObjectsEncoder::~ObjectsEncoder()
{
}

} } // namespace Atlas::Objects