/* * Interactor.cc * * Created on: May 26, 2011 * Author: jakob */ #include "Interactor.h" namespace vhc { Interactor::Interactor() {} Interactor::~Interactor() {} }