~brianaker/gearmand/ref-client-fix

« back to all changes in this revision

Viewing changes to libgearman/interface/worker.hpp

  • Committer: Continuous Integration
  • Date: 2013-07-03 01:49:07 UTC
  • mfrom: (796.1.2 gearmand-1.2)
  • Revision ID: ci@tangent.org-20130703014907-zqxus7mmcr6sohkp
Merge lp:~brianaker/gearmand/finish Build: jenkins-Gearmand-697

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
    universal.options._ssl= ssl_;
128
128
  }
129
129
 
 
130
  const char* error() const
 
131
  {
 
132
    return universal.error();
 
133
  }
 
134
 
130
135
private:
131
136
  gearman_worker_st* _shell;
132
137
  gearman_worker_st _owned_shell;