Command - synchronize

- Added a placeholder synchronize command, which will be implemented
  in mumble for the mumble mumble.
This commit is contained in:
Paul Beckingham 2011-09-05 08:49:10 -04:00
parent 402ac5b418
commit 47b948c866
4 changed files with 99 additions and 0 deletions

View file

@ -45,6 +45,7 @@ set (commands_SRCS Command.cpp Command.h
CmdStatistics.cpp CmdStatistics.h
CmdStop.cpp CmdStop.h
CmdSummary.cpp CmdSummary.h
CmdSynch.cpp CmdSynch.h
CmdTags.cpp CmdTags.h
CmdTimesheet.cpp CmdTimesheet.h
CmdUndo.cpp CmdUndo.h