Atlas-C++
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 // $Id$
00006 
00007 #ifndef ATLAS_CODEC_H
00008 #define ATLAS_CODEC_H
00009 
00010 #include <Atlas/Bridge.h>
00011 
00012 namespace Atlas {
00013 
00027 class Codec : public Bridge
00028 {
00029     public:
00030 
00031     virtual ~Codec();
00032 
00033     virtual void poll(bool can_get = true) = 0;
00034 };
00035 
00036 } // Atlas namespace
00037 
00038 #endif

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.