Go to file
jbebel a64a9ea837 Moved initialization of Reporter class so it would happen before
instantiation of Darkice class.  Any logging that might be reported
during the construction of the Darkice class could not function.
Originally the Reporter initialization was done through the instance
of Darkice (which inherits Reporter), but that obviously isn't possible
before Darkice is instantiated.  Since Reporter is largely a static class,
it is reasonable to call it via the scope resolution operator rather
than via an instance of the class, so that's what I did.
2005-04-03 05:10:07 +00:00
darkice Moved initialization of Reporter class so it would happen before 2005-04-03 05:10:07 +00:00