~zorba-coders/zorba/http-client-update

« back to all changes in this revision

Viewing changes to src/runtime/base/plan_iterator.h

  • Committer: Zorba Jenkins
  • Author(s): Paul J. Lucas
  • Date: 2014-01-31 21:44:29 UTC
  • mfrom: (10944.2.37 pjl-misc2)
  • Revision ID: jenkins@lambda.nu-20140131214429-y6wfqfexa8a06e5a
Clean-up, mostly visitor-related.
Approved: Matthias Brantner, Paul J. Lucas

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
  {
179
179
  }
180
180
 
181
 
  /*
182
 
   * It is invoked by the closeImpl() method of each iterator.
183
 
   */
184
 
  ~PlanIteratorState() {}
185
 
 
186
181
  void setDuffsLine(uint32_t v) { theDuffsLine = v; }
187
182
 
188
183
  uint32_t getDuffsLine() const { return theDuffsLine; }