// This file may be redistributed and modified only under the terms of // the GNU Lesser General Public License (See COPYING for details). // Copyright (C) 2001 Stefanus Du Toit #ifndef ATLAS_CODEC_IMPL_H #define ATLAS_CODEC_IMPL_H #include namespace Atlas { template Codec::~Codec() { } } // Atlas namespace #endif