]> git.mxchange.org Git - simgear.git/commit
replace exit() by throw sg_exception(). Of course, we have to be aware
authormfranz <mfranz>
Mon, 2 Jul 2007 15:42:19 +0000 (15:42 +0000)
committermfranz <mfranz>
Mon, 2 Jul 2007 15:42:19 +0000 (15:42 +0000)
commit2dfc0571356da7636cfd590fb386d34702b1ad7b
tree33aff7da356194ce869dd0eed0a998b6f1698a22
parenta25eebef9b4cd549da9417029f2f18996f26afbf
replace exit() by throw sg_exception(). Of course, we have to be aware
that interdependencies between sg libs are generally unwelcome, but
sg_exception is a rather basic part, and it's already used by xml, props,
scene, sound and, of course, structure. Since props and xml are core
libs, we can assume that sg_exceptions are available.  (OK'ed by Curt)
simgear/timing/lowleveltime.cxx
simgear/timing/timezone.cxx