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

« back to all changes in this revision

Viewing changes to Atlas/Codec.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) 2001 Stefanus Du Toit
4
 
 
5
 
#include <iostream>
6
 
 
7
 
#include <Atlas/Codec.h>
8
 
#include <Atlas/Codec_impl.h>
9
 
 
10
 
namespace Atlas {
11
 
  
12
 
template class Codec<std::iostream>;
13
 
 
14
 
}