mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Task 2.0.0 Code Salvage
This commit is contained in:
parent
7f54b89f24
commit
73ff6ea973
29 changed files with 2713 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// taskwarrior - a command line task list manager.
|
||||
//
|
||||
// Copyright 2006 - 2009, Paul Beckingham.
|
||||
// Copyright 2006 - 2010, Paul Beckingham.
|
||||
// All rights reserved.
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify it under
|
||||
|
@ -62,6 +62,7 @@ public:
|
|||
|
||||
virtual mode_t mode ();
|
||||
virtual size_t size () const;
|
||||
virtual time_t mtime () const;
|
||||
|
||||
static bool create (const std::string&);
|
||||
static std::string read (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue