Synchronize Command

- Added the stub of the sync command.
This commit is contained in:
Paul Beckingham 2012-10-01 23:16:08 -04:00
parent b3bd522f73
commit becd8f155c
7 changed files with 33 additions and 31 deletions

View file

@ -46,7 +46,7 @@ set (commands_SRCS Command.cpp Command.h
CmdStatistics.cpp CmdStatistics.h
CmdStop.cpp CmdStop.h
CmdSummary.cpp CmdSummary.h
CmdSynch.cpp CmdSynch.h
CmdSync.cpp CmdSync.h
CmdTags.cpp CmdTags.h
CmdTimesheet.cpp CmdTimesheet.h
CmdUDAs.cpp CmdUDAs.h