OSDN Git Service

EPG解析処理再考中
[iptd/iPTd.git] / src / ry0 / iPTd / Controller.h
index eaa3195..2406f67 100644 (file)
@@ -12,8 +12,8 @@
 \r
 #include "net/HTTPDaemon.h"\r
 \r
-#define VERSION "0.02"\r
-#define REVISION 19\r
+#define VERSION "0.03"\r
+#define REVISION 20\r
 \r
 namespace ry0\r
 {\r
@@ -91,7 +91,7 @@ public:
     static void getTimeWithEPG(Raym::Dictionary *epg, time_t *start, time_t *end);\r
 \r
     // EPG & 予約録画関連\r
-    void collectEPGsForTuner(int tuner, Raym::TimeInterval limit);\r
+    void collectEPGsForTuner(int tuner, time_t limit);\r
     bool collectEPGs(ry0::device::Tuner::Type type);\r
     void removePastEPGs();\r
     bool reserve(int service_id, int event_id);\r