TDB2
- Full implementation of TDB2::add, which includes pending/completed, undo and backlog. - Removed obsolete TF2::commitUndo, which is no longer necessary. - Added File::truncate method, to allow a TDB2 shortcut.
This commit is contained in:
@@ -65,6 +65,8 @@ public:
|
||||
void append (const std::string&);
|
||||
void append (const std::vector <std::string>&);
|
||||
|
||||
void truncate ();
|
||||
|
||||
virtual mode_t mode ();
|
||||
virtual size_t size () const;
|
||||
virtual time_t mtime () const;
|
||||
|
||||
Reference in New Issue
Block a user