8 #ifndef coLromMapper_H_
9 #define coLromMapper_H_
35 DtCommonObjectLromMapper();
38 virtual ~DtCommonObjectLromMapper();
42 DtCommonObjectLromMapper(
const DtCommonObjectLromMapper& orig);
45 DtCommonObjectLromMapper& operator=(
const DtCommonObjectLromMapper& orig);
50 virtual DtMessageInterface* messageInterface(
const DtString& ifName);
51 virtual DtObjectInterface* objectInterface(
const DtString& ifName);
54 void initInterfaceClassesToChoose();
57 typedef std::map<DtString, DtMessageInterface *> StringMessageInterfaceMap;
58 typedef std::map<DtString, DtObjectInterface*> StringObjectInterfaceMap;
59 StringMessageInterfaceMap myStringToMessageInterfaceMap;
60 StringObjectInterfaceMap myStringToObjectInterfaceMap;