fix for canAllocateChannel
[enigma2.git] / lib / nav / core.h
index 8b9502d325c1759c7342672656e44452f9a30bdb..b71a0fd1a66c44c33598645dba49d4c81f32f869 100644 (file)
@@ -25,7 +25,8 @@ public:
                evNewService,   /** a new "current" service was just started */
                evPlayFailed,   /** the next service (in playlist) or the one given in playService failed to play */
                evPlaylistDone, /** the last service in the playlist was just played */
-               evUpdatedEventInfo /** the "currently running" event info was updated */
+               evUpdatedEventInfo, /** the "currently running" event info was updated */
+               evUpdatedInfo /** the program info of this service was updated */
        };
        
        RESULT playService(const eServiceReference &service);