/*******************************************/ /* Output Abstract Class, */ /* by Tim Stilson, 1996 */ /* based on code by Perry R. Cook, 1995-96*/ /*******************************************/ #include "WvOut.h" #include WvOut :: WvOut() { } WvOut :: ~WvOut() { } void WvOut :: tick(MY_FLOAT sample) { }