Changeset 149 for trunk/bin/Parameter.h
- Timestamp:
- Aug 12, 2006, 11:11:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.h
r116 r149 4 4 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 5 5 6 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat6 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 7 7 8 svn stat is free software; you can redistribute it and/or modify it8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 10 the Free Software Foundation; either version 2 of the License, or 11 11 (at your option) any later version. 12 12 13 svn stat is distributed in the hope that it will be useful, but13 svndigest is distributed in the hope that it will be useful, but 14 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 General Public License for more details. 17 17 … … 22 22 */ 23 23 24 #ifndef _theplu_svn stat_parameter_25 #define _theplu_svn stat_parameter_24 #ifndef _theplu_svndigest_parameter_ 25 #define _theplu_svndigest_parameter_ 26 26 27 27 #include <string> 28 28 29 29 namespace theplu { 30 namespace svn stat {30 namespace svndigest { 31 31 32 32 // class for command line options. … … 55 55 }; 56 56 57 }} // of namespace svn stat and namespace theplu57 }} // of namespace svndigest and namespace theplu 58 58 59 59 #endif
Note: See TracChangeset
for help on using the changeset viewer.