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 and Functor.h

Change History (2)

comment:1 Changed 16 years ago by Peter Johansson

Owner: changed from Jari Häkkinen to Peter Johansson
Status: newassigned

comment:2 Changed 16 years ago by Peter Johansson

Resolution: fixed
Status: assignedclosed

In [465] fixes #217

Note: See TracTickets for help on using tickets.