diff trunk/src/Modules/SAI/ModuleSAI.cc @ 275:ce2bab04f155

- Imported file input using libsndfile from old AIM-C and updated to the new API - Modified the Module base class to propogate Reset() calls down the module chain. - This required changing all Reset() functions in subclasses to ResetInternal() - Removed some unneeded imports from the Gaussians test
author tomwalters
date Tue, 16 Feb 2010 18:00:16 +0000
parents e14c70d1b171
children 6b4921704eb1
line wrap: on
line diff
--- a/trunk/src/Modules/SAI/ModuleSAI.cc	Tue Feb 16 13:23:23 2010 +0000
+++ b/trunk/src/Modules/SAI/ModuleSAI.cc	Tue Feb 16 18:00:16 2010 +0000
@@ -111,7 +111,7 @@
   return true;
 }
 
-void ModuleSAI::Reset() {
+void ModuleSAI::ResetInternal() {
 }
 
 void ModuleSAI::Process(const SignalBank &input) {