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

Codec.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) 2000-2001 Michael Day, Stefanus Du Toit
00004 
00005 #ifndef ATLAS_CODEC_H
00006 #define ATLAS_CODEC_H
00007 
00008 #include <Atlas/Bridge.h>
00009 #include <Atlas/Task.h>
00010 
00011 namespace Atlas {
00012 
00027 template <class Stream>
00028 class Codec : public Bridge, public Task
00029 {
00030     public:
00031 
00032     virtual ~Codec();
00033 
00034 };
00035 
00036 } // Atlas namespace
00037 
00038 #endif

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.