~ubuntu-branches/ubuntu/trusty/wvstreams/trusty

« back to all changes in this revision

Viewing changes to include/wvatomicfile.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2008-04-05 14:47:52 UTC
  • mfrom: (0.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080405144752-gka8v86xuo52fmto
Tags: 4.4.1-0.2
* Non-maintainer upload.
* Fixed dependency information LSB header in init.d script
  (closes: #470067)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    bool chmod(mode_t mode);
38
38
    
39
39
    bool chown(uid_t owner, gid_t group);
 
40
 
 
41
public:
 
42
    const char *wstype() const { return "WvAtomicFile"; }
40
43
};
41
44
 
42
45
#endif // __WVATOMFILE_H