#ifndef _Behavior_txx #define _Behavior_txx #include "Behavior.h" namespace mial { template Behavior ::Behavior(std::string n) { name = n; } }//end mial #endif