Add an explicit ZOOM:: prefix to the catch(exception& e) clause.
authorMike Taylor <mike@indexdata.com>
Mon, 2 Dec 2002 15:57:58 +0000 (15:57 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 2 Dec 2002 15:57:58 +0000 (15:57 +0000)
commit3f60ee904bd42b93051a01ac88fadca365101368
tree130eb46672941a137955ccded65375550e313c2f
parente9a1f1ebdf02adef274a499228a3353ef0ab31af
Add an explicit ZOOM:: prefix to the catch(exception& e) clause.
Some systems (e.g. the Debian 3.0R0 that I use at work) choke on this
otherwise, saying that "exception & err" is a syntax error, while others
(e.g. the Red Hat 7.2 that I use at home) seem fine with it.  I guess
that in the former case, the second catch() block is wrongly perceived
as falling outside the scope of the "using namespace ZOOM" directive.
zoom/zclient.cpp