Atlas-C++
Codec_impl.h
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 // $Id$
6 
7 #ifndef ATLAS_CODEC_IMPL_H
8 #define ATLAS_CODEC_IMPL_H
9 
10 #include <Atlas/Codec.h>
11 
12 namespace Atlas {
13 
14 /* template <class Stream> */ Codec/*<Stream>*/::~Codec()
15 {
16 }
17 
18 } // Atlas namespace
19 
20 #endif
21 
Atlas
The Atlas namespace.
Definition: Bridge.h:20

Copyright 2000-2004 the respective authors.

This document can be licensed under the terms of the GNU Free Documentation License or the GNU General Public License and may be freely distributed under the terms given by one of these licenses.