/** * DataClient.cc * * Created on: Nov 14, 2012 * Author: AKKA IS */ #include "DataClient.hh" namespace AMDA { namespace Parameters { DataClient::DataClient() { } DataClient::DataClient(const DataClient & /*pDataClient*/) { } DataClient::~DataClient() { } } /* namespace Parameters */ } /* namespace AMDA */