Enhancement - Permission

- Implemented new Permission object to manage tri-state confirmation
  of changes to multiple tasks.
This commit is contained in:
Paul Beckingham 2009-06-27 10:07:00 -04:00
parent 6d3df6922b
commit 518aea870f
4 changed files with 113 additions and 6 deletions

View file

@ -8,7 +8,7 @@ OBJECTS = ../TDB.o ../Task.o ../valid.o ../text.o ../Date.o ../Table.o \
../Record.o ../StringTable.o ../Subst.o ../Nibbler.o ../Location.o \
../Filter.o ../Context.o ../Keymap.o ../command.o ../interactive.o \
../report.o ../Grid.o ../color.o ../rules.o ../recur.o ../custom.o \
../import.o ../edit.o ../Timer.o
../import.o ../edit.o ../Timer.o ../Permission.o
all: $(PROJECT)