a/src/ohproduct.hxx b/src/ohproduct.hxx
...
...
49
    int source(const SoapIncoming& sc, SoapOutgoing& data);
49
    int source(const SoapIncoming& sc, SoapOutgoing& data);
50
    int attributes(const SoapIncoming& sc, SoapOutgoing& data);
50
    int attributes(const SoapIncoming& sc, SoapOutgoing& data);
51
    int sourceXMLChangeCount(const SoapIncoming& sc, SoapOutgoing& data);
51
    int sourceXMLChangeCount(const SoapIncoming& sc, SoapOutgoing& data);
52
52
53
    int iSrcNameToIndex(const std::string& nm);
53
    int iSrcNameToIndex(const std::string& nm);
54
    bool makestate(std::unordered_map<std::string, std::string> &st);
54
    
55
    
56
    std::unordered_map<std::string, std::string> m_state;
55
    UpMpd *m_dev;
57
    UpMpd *m_dev;
56
    std::string m_roomOrName;
58
    std::string m_roomOrName;
57
    int m_sourceIndex;
59
    int m_sourceIndex;
58
    bool m_standby;
60
    bool m_standby;
59
};
61
};