~ubuntu-branches/ubuntu/utopic/vdr-plugin-live/utopic

« back to all changes in this revision

Viewing changes to pages/recordings.ecpp

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-08-20 00:00:32 UTC
  • Revision ID: package-import@ubuntu.com-20130820000032-zgmptk8jcpbtuosd
Tags: 0.2.0+git20130305-6.1
* Non-maintainer upload.
* Apply two patches from upstream to fix FTBFS against new tntnet &
  cxxtools. (Closes: #713568)

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
                <& rec_item_dir name=(recItem->Name()) level=(level) &>
201
201
<%cpp>
202
202
#if TNT_HAS_QUERYPARAMS
 
203
#if TNT_QUERYPARAMS_NO_BOOL
 
204
                tnt::QueryParams recItemParams(qparam);
 
205
#else
203
206
                tnt::QueryParams recItemParams(qparam, false);
 
207
#endif
204
208
#else
205
209
                cxxtools::QueryParams recItemParams(qparam, false);
206
210
#endif