00001 #ifndef Ctrl_SensoryDriven_txx 00002 #define Ctrl_SensoryDriven_txx 00003 #include "Ctrl_SensoryDriven.h" 00004 namespace mial{ 00005 00006 template<class Type,int nDims> 00007 bool Ctrl_SensoryDriven<Type,nDims>::decideNextBehavior() 00008 { 00009 00010 return false; 00011 } 00012 }//end mail 00013 #endif