// // Programmer: Craig Stuart Sapp // Creation Date: Sat Nov 2 10:25:09 PST 1996 // Last Modified: Wed Apr 23 22:32:31 GMT-0800 1997 // Filename: ...sig/maint/code/Filter/Empty/Empty.h // Web Address: http://sig.sapp.org/include/sigSignal/Empty.h // Documentation: http://sig.sapp.org/doc/classes/Empty // Syntax: C++ // #ifndef _EMPTY_H_INCLUDED #define _EMPTY_H_INCLUDED #include "Filter.h" class Empty : public Filter { public: Empty (void); void action (void); sampleType output (int index); }; #endif /* _EMPTY_H_INCLUDED */ // md5sum: 4f5442ec8b7f25df78205ea959ed261a Empty.h [20010708]