|
a/src/ohproduct.hxx |
|
b/src/ohproduct.hxx |
|
... |
|
... |
48 |
int attributes(const SoapArgs& sc, SoapData& data);
|
48 |
int attributes(const SoapArgs& sc, SoapData& data);
|
49 |
int sourceXMLChangeCount(const SoapArgs& sc, SoapData& data);
|
49 |
int sourceXMLChangeCount(const SoapArgs& sc, SoapData& data);
|
50 |
|
50 |
|
51 |
UpMpd *m_dev;
|
51 |
UpMpd *m_dev;
|
52 |
std::string m_roomOrName;
|
52 |
std::string m_roomOrName;
|
|
|
53 |
int m_sourceIndex;
|
|
|
54 |
bool m_standby;
|
53 |
};
|
55 |
};
|
54 |
|
56 |
|
55 |
#endif /* _OHPRODUCT_H_X_INCLUDED_ */
|
57 |
#endif /* _OHPRODUCT_H_X_INCLUDED_ */
|