7#ifndef ESO_UATOOLS_PROTOCOL_BASE_COMMFACTORY_HPP
8#define ESO_UATOOLS_PROTOCOL_BASE_COMMFACTORY_HPP
28 std::shared_ptr<IComm>
Create(
const std::string& filename,
29 const std::string& name,
30 const std::string& interface)
const;
36 CommFactory(
const CommFactory& other);
37 CommFactory& operator=(
const CommFactory& other);
40 std::map<std::string, ICommMaker* > m_makers;