Changeset 149 for trunk/lib/Stats.h
- Timestamp:
- Aug 12, 2006, 11:11:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Stats.h
r138 r149 5 5 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 6 6 7 This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat7 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 8 8 9 svn stat is free software; you can redistribute it and/or modify it9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 11 the Free Software Foundation; either version 2 of the License, or 12 12 (at your option) any later version. 13 13 14 svn stat is distributed in the hope that it will be useful, but14 svndigest is distributed in the hope that it will be useful, but 15 15 WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 17 General Public License for more details. 18 18 … … 23 23 */ 24 24 25 #ifndef _theplu_svn stat_stats_26 #define _theplu_svn stat_stats_25 #ifndef _theplu_svndigest_stats_ 26 #define _theplu_svndigest_stats_ 27 27 28 28 #include "Parser.h" … … 36 36 37 37 namespace theplu{ 38 namespace svn stat{38 namespace svndigest{ 39 39 40 40 /// … … 155 155 Map_ total_; 156 156 }; 157 }} // end of namespace svn stat end of namespace theplu157 }} // end of namespace svndigest end of namespace theplu 158 158 159 159 #endif
Note: See TracChangeset
for help on using the changeset viewer.