Switch to unified view
a/upmpd/ohplaylist.hxx | b/upmpd/ohplaylist.hxx | ||
---|---|---|---|
... |
... |
||
61 | void maybeWakeUp(bool ok); |
61 | void maybeWakeUp(bool ok); |
62 | // State variable storage |
62 | // State variable storage |
63 | unordered_map<string, string> m_state; |
63 | unordered_map<string, string> m_state; |
64 | UpMpd *m_dev; |
64 | UpMpd *m_dev; |
65 | UpMpdRenderCtl *m_ctl; |
65 | UpMpdRenderCtl *m_ctl; |
66 | std::unordered_map<int, std::string> m_metacache; |
||
66 | }; |
67 | }; |
67 | 68 | ||
68 | #endif /* _OHPLAYLIST_H_X_INCLUDED_ */ |
69 | #endif /* _OHPLAYLIST_H_X_INCLUDED_ */ |