~ubuntu-branches/ubuntu/precise/nordugrid-arc/precise

« back to all changes in this revision

Viewing changes to src/services/gridftpd/run/run_plugin.h

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-03-01 19:48:16 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120301194816-m1ezrwnwt2qgnc2e
Tags: 1.1.1-1
* 1.1.1 Bugfix Release
* Fixes FTBFS (Closes: #661774) (LP: #935007)
* Fix typo in package description (Closes: #646979)
* Split binary rule in debian/rules for arch and indep

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    const std::string& stdout_channel(void) const { return stdout_; };
42
42
    const std::string& stderr_channel(void) const { return stderr_; };
43
43
    operator bool(void) const { return !args_.empty(); };
 
44
    std::string cmd(void) { (args_.size()>0)?args_.front():std::string(""); }; 
44
45
  };
45
46
 
46
47