replace timeval and time_t with boost::posix_time::ptime

This commit is contained in:
Andrzej Rybczak
2014-08-27 11:14:07 +02:00
parent 7fdace835b
commit b7ceae7273
17 changed files with 75 additions and 78 deletions

View File

@@ -48,6 +48,8 @@ protected:
private:
void SetDimensions();
boost::posix_time::ptime m_timer;
MPD::StringList itsURLHandlers;
MPD::StringList itsTagTypes;