| 122 | } |
| 123 | |
| 124 | float CComponentInterfaces::LocalTime() const |
| 125 | { |
| 126 | #if defined(CONF_VIDEORECORDER) |
| 127 | return IVideo::Current() ? IVideo::LocalTime() : Client()->LocalTime(); |
| 128 | #else |
| 129 | return Client()->LocalTime(); |
| 130 | #endif |
| 131 | } |
| 132 | |
| 133 | class IClient *CComponentInterfaces::Client() const |
| 134 | { |