Changeset 7 for trunk/lib


Ignore:
Timestamp:
Dec 30, 2005, 7:41:11 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Fixed svn properties. Moved endo of namespace comments to correct line.

Location:
trunk/lib
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Directory.cc

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id
    r4 r7  
    1 //$Id$
     1// $Id$
    22
    33#include "Directory.h"
  • trunk/lib/Directory.h

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id
    r4 r7  
    1 //$Id$
     1// $Id$
     2
    23#ifndef _theplu_svnstat_directory_
    34#define _theplu_svnstat_directory_
     
    3334
    3435  };
    35 }}
    3636
    37 #endif // end of namespace svnstat end of namespace theplu
     37}} // end of namespace svnstat and namespace theplu
     38
     39#endif
  • trunk/lib/File.cc

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id
    r4 r7  
    1 //$Id$
     1// $Id$
    22
    33#include "File.h"
     
    6767  }
    6868
    69 }} // end of namespace trav and namespace theplu
     69}} // end of namespace svnstat and namespace theplu
  • trunk/lib/File.h

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id
    r4 r7  
    1 //$Id$
     1// $Id$
    22
    33#ifndef _theplu_svnstat_file_
     
    4545 
    4646  };
    47 }}
    4847
    49 #endif // end of namespace trav end of namespace theplu
     48}} // end of namespace svnstat and namespace theplu
     49
     50#endif
    5051
    5152
  • trunk/lib/Makefile.am

    r2 r7  
    22#
    33# $Id$
     4
     5noinst_LTLIBRARIES = libsvnstat.la
     6libgslapi_la_SOURCES = Directory.cc File.cc Node.cc
  • trunk/lib/Node.cc

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id
    r4 r7  
    1 //$Id$
     1// $Id$
    22
    33#include "Node.h"
  • trunk/lib/Node.h

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id
    r4 r7  
    1 //$Id$
     1// $Id$
    22
    33#ifndef _theplu_svnstat_node_
     
    6767  };
    6868
    69 }}
     69}} // end of namespace svnstat and namespace theplu
    7070
    71 #endif // end of namespace svnstat end of namespace theplu
     71#endif
  • trunk/lib/utility.h

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id
Note: See TracChangeset for help on using the changeset viewer.