Changeset 149 for trunk/lib/Stats.h


Ignore:
Timestamp:
Aug 12, 2006, 11:11:46 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Changed svnstat to svndigest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Stats.h

    r138 r149  
    55  Copyright (C) 2006 Jari Häkkinen, Peter Johansson
    66
    7   This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat
     7  This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest
    88
    9   svnstat is free software; you can redistribute it and/or modify it
     9  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    1111  the Free Software Foundation; either version 2 of the License, or
    1212  (at your option) any later version.
    1313
    14   svnstat is distributed in the hope that it will be useful, but
     14  svndigest is distributed in the hope that it will be useful, but
    1515  WITHOUT ANY WARRANTY; without even the implied warranty of
    16   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    1717  General Public License for more details.
    1818
     
    2323*/
    2424
    25 #ifndef _theplu_svnstat_stats_
    26 #define _theplu_svnstat_stats_
     25#ifndef _theplu_svndigest_stats_
     26#define _theplu_svndigest_stats_
    2727
    2828#include "Parser.h"
     
    3636
    3737namespace theplu{
    38 namespace svnstat{
     38namespace svndigest{
    3939
    4040  ///
     
    155155    Map_ total_;
    156156  };
    157 }} // end of namespace svnstat end of namespace theplu
     157}} // end of namespace svndigest end of namespace theplu
    158158
    159159#endif
Note: See TracChangeset for help on using the changeset viewer.