blob: eb27f271dfb7a6b862278298856e12806a454789 [file] [log] [blame]
#include "hei_isolator.hpp";
namespace HEI
{
Isolator::Isolator()
{
HEI_TRAC( "Isolator::Isolator()" );
}
Isolator::~Isolator()
{
HEI_TRAC( "Isolator::~Isolator()" );
}
void Isolator::initialize()
{
HEI_TRAC( "Isolator::initialize()" );
}
void Isolator::isolate()
{
HEI_TRAC( "Isolator::isolate()" );
}
}; // end namespace HEI