comparison codeDoc/jobs.txt @ 18:56a42ec95024

Changes to Init and logging. Moved an Init function; hence events now depends on Init rather than vice-versa. Paths and logging set up by Init's static this(). Logging location set at compile time. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 18 Mar 2008 17:51:52 +0000
parents 5f90774ea1ef
children 838577503598
comparison
equal deleted inserted replaced
17:5f90774ea1ef 18:56a42ec95024
40 myThis.axis[cast(inputID) s.pop()] = y; 40 myThis.axis[cast(inputID) s.pop()] = y;
41 +/ 41 +/
42 42
43 43
44 Done (for git log message): 44 Done (for git log message):
45 Moved an Init function; hence events now depends on Init rather than vice-versa.
46 Paths and logging set up by Init's static this(). Logging location set at compile time.