Changeset 1512
- Timestamp:
- Sep 17, 2012, 6:10:26 AM (11 years ago)
- Location:
- trunk/yat
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/FileUtil.cc
r1463 r1512 1 // $Id: FileUtil.cc 2 217 2010-03-14 20:57:53Z peter $1 // $Id: FileUtil.cc 2837 2012-09-16 23:07:47Z peter $ 2 2 3 3 /* … … 24 24 */ 25 25 26 #ifdef HAVE_CONFIG_H27 26 #include <config.h> 28 #endif29 27 30 28 #include "FileUtil.h" -
trunk/yat/SegmentSet.h
r1505 r1512 2 2 #define theplu_yat_utility_segment_set 3 3 4 // $Id: SegmentSet.h 28 19 2012-08-29 20:56:39Z jari$4 // $Id: SegmentSet.h 2820 2012-08-30 00:47:58Z peter $ 5 5 6 6 /* 7 7 Copyright (C) 2010 Peter Johansson 8 Copyright (C) 2012 Jari Häkkinen 8 9 9 10 This file is part of the yat library, http://dev.thep.lu.se/yat -
trunk/yat/utility.h
r1505 r1512 2 2 #define _theplu_yat_utility_utility_ 3 3 4 // $Id: utility.h 28 18 2012-08-29 01:52:40Z peter $4 // $Id: utility.h 2820 2012-08-30 00:47:58Z peter $ 5 5 6 6 /* … … 8 8 Copyright (C) 2006 Jari Häkkinen 9 9 Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 10 Copyright (C) 2009, 2010, 2011 Peter Johansson10 Copyright (C) 2009, 2010, 2011, 2012 Peter Johansson 11 11 12 12 This file is part of the yat library, http://dev.thep.lu.se/yat
Note: See TracChangeset
for help on using the changeset viewer.