~ubuntu-branches/debian/sid/nordugrid-arc/sid

« back to all changes in this revision

Viewing changes to src/hed/dmc/gridftp/DataPointGridFTP.h

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-12-13 16:41:31 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121213164131-0fumka0jar8mxm07
Tags: 2.0.1-1
* 2.0.1 Release
* Drop patches accepted upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
    void set_attributes();
101
101
    DataStatus RemoveFile();
102
102
    DataStatus RemoveDir();
103
 
    DataStatus do_more_stat(FileInfo& f);
 
103
    DataStatus do_more_stat(FileInfo& f, DataPointInfoType verb);
104
104
  public:
105
105
    DataPointGridFTP(const URL& url, const UserConfig& usercfg, PluginArgument* parg);
106
106
    virtual ~DataPointGridFTP();