18 #include <boost/unordered_map.hpp>
25 class DtChannelKeywordObjectCreator;
26 class DtChannelKeywordObject;
27 class DtChannelConfiguration;
47 virtual void registerChannelKeywordObjectCreator(
const std::string& keyword,
54 const std::string& displayName,
const std::string& windowName,
57 virtual bool isKeywordRegistered(
const std::string& keyword )
const;
65 typedef boost::unordered_map<std::string, DtChannelKeywordObjectCreator*>
RegistrationMap;