Changeset 493c477 in git for factory/cf_iter.h
- Timestamp:
- Jun 19, 1997, 2:27:33 PM (26 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- d5fa05a5be7b87efdc2785426d09a32224ee3587
- Parents:
- d541665e8702cfd9d72c1fac3b7eb844a136f40c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_iter.h
rd54166 r493c477 1 / / emacs edit mode for this file is -*- C++ -*-2 / / $Id: cf_iter.h,v 1.2 1997-04-07 16:01:03 schmidt Exp $1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_iter.h,v 1.3 1997-06-19 12:24:22 schmidt Exp $ */ 3 3 4 #ifndef INCL_CFITERATOR_H 5 #define INCL_CFITERATOR_H 6 7 /* 8 $Log: not supported by cvs2svn $ 9 Revision 1.1 1997/03/26 16:44:13 schmidt 10 spurious #include <iostream.h> removed 11 12 Revision 1.0 1996/05/17 10:59:38 stobbe 13 Initial revision 14 15 */ 4 #ifndef INCL_CF_ITER_H 5 #define INCL_CF_ITER_H 16 6 17 7 #include <config.h> … … 49 39 /*ENDPUBLIC*/ 50 40 51 #endif /* INCL_CFITERATOR_H */41 #endif /* ! INCL_CF_ITER_H */
Note: See TracChangeset
for help on using the changeset viewer.