Opened 16 years ago
Closed 16 years ago
#217 closed task (fixed)
export functors to a Functor.h
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | trivial | Milestone: | svndigest 0.7 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
File utility.h
is growing big, which means more or less everything is depending on this file. Move all functor classes/structs to a file Functor.h
Note: follow our svn usage guidelines when splitting files, i.e.
1) copy the file using
svn copy utility.h Functor.h
2) then remove stuff in files
utility.h
andFunctor.h
Change History (2)
comment:1 Changed 16 years ago by
Owner: | changed from Jari Häkkinen to Peter Johansson |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In [465] fixes #217