43#include <OpenFlipper/common/InformationPlugins.hh>
45static std::map<InformationInterface*,DataType> supportedInfoTypes_;
47std::map<InformationInterface*,DataType>&
49 return supportedInfoTypes_;
54 for(std::map<InformationInterface*,DataType>::iterator it = supportedInfoTypes_.begin();
55 it != supportedInfoTypes_.end(); ++it) {
56 if((it->second & _type) != 0)
return it->first;