Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | Related Pages

Codec_impl.h

00001 // This file may be redistributed and modified only under the terms of 00002 // the GNU Lesser General Public License (See COPYING for details). 00003 // Copyright (C) 2001 Stefanus Du Toit 00004 00005 #ifndef ATLAS_CODEC_IMPL_H 00006 #define ATLAS_CODEC_IMPL_H 00007 00008 #include <Atlas/Codec.h> 00009 00010 namespace Atlas { 00011 00012 template <class Stream> Codec<Stream>::~Codec() 00013 { 00014 } 00015 00016 } // Atlas namespace 00017 00018 #endif 00019

Copyright 2000 the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.