~ubuntu-branches/ubuntu/precise/dnprogs/precise

« back to all changes in this revision

Viewing changes to dncopy/file.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Caulfield
  • Date: 2006-05-17 10:09:35 UTC
  • Revision ID: james.westby@ubuntu.com-20060517100935-2k2hwljsxvo9n5bi
Tags: 2.37.1
Add Spanish debconf translation.
Closes: #367286

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    virtual bool  iswildcard() = 0;
37
37
    virtual int   max_buffersize(int biggest) = 0;
38
38
    virtual void  set_protection(char *vmsprot) {};
39
 
    
 
39
 
40
40
// Some constants
41
41
 
42
42
    static const int MODE_DEFAULT = -1;
57
57
    static const int RFM_STM = 4;
58
58
    static const int RFM_STMLF = 5;
59
59
    static const int RFM_STMCR = 6;
60
 
    
 
60
 
 
61
    // user_flags passed to setup_link.
 
62
    static const int FILE_FLAGS_RRL = 1;
 
63
    static const int FILE_FLAGS_SPOOL = 2;
 
64
    static const int FILE_FLAGS_DELETE = 4;
 
65
 
61
66
 private:
62
67
    // Disable copy constructor
63
68
    file(const file &);