Changeset 149 for trunk/bin/Parameter.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/bin/Parameter.h

    r116 r149  
    44  Copyright (C) 2006 Jari Häkkinen, Peter Johansson
    55
    6   This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat
     6  This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest
    77
    8   svnstat is free software; you can redistribute it and/or modify it
     8  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    1010  the Free Software Foundation; either version 2 of the License, or
    1111  (at your option) any later version.
    1212
    13   svnstat is distributed in the hope that it will be useful, but
     13  svndigest is distributed in the hope that it will be useful, but
    1414  WITHOUT ANY WARRANTY; without even the implied warranty of
    15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    1616  General Public License for more details.
    1717
     
    2222*/
    2323
    24 #ifndef _theplu_svnstat_parameter_
    25 #define _theplu_svnstat_parameter_
     24#ifndef _theplu_svndigest_parameter_
     25#define _theplu_svndigest_parameter_
    2626
    2727#include <string>
    2828
    2929namespace theplu {
    30 namespace svnstat {
     30namespace svndigest {
    3131
    3232  // class for command line options.
     
    5555  };
    5656
    57 }} // of namespace svnstat and namespace theplu
     57}} // of namespace svndigest and namespace theplu
    5858
    5959#endif
Note: See TracChangeset for help on using the changeset viewer.