Changeset 10797 for trunk/FACT++/src/scheduler.cc
- Timestamp:
- 05/24/11 17:37:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/scheduler.cc
r10780 r10797 14 14 #include <mysql++/mysql++.h> 15 15 16 #include "FACT.h"17 16 #include "Dim.h" 18 17 #include "Time.h" … … 824 823 } 825 824 826 if (conf.Has Print())825 if (conf.HasVersion() || conf.HasPrint()) 827 826 return -1; 828 829 if (conf.HasVersion())830 {831 FACT::PrintVersion(argv[0]);832 return -1;833 }834 827 835 828 if (conf.HasHelp())
Note:
See TracChangeset
for help on using the changeset viewer.