]> source.dussan.org Git - tigervnc.git/commit
Catch exceptions by reference
authorPierre Ossman <ossman@cendio.se>
Tue, 29 May 2018 13:50:08 +0000 (15:50 +0200)
committerPierre Ossman <ossman@cendio.se>
Tue, 29 May 2018 13:50:08 +0000 (15:50 +0200)
commit8ee522a66e6d25aa1b89acb8a28c53cb63f781e5
tree2df3e9bd238ba6b1bc34a887e0f800ce80c7e0d4
parent8750db35e8d2792b6d2063ccfc439c2854edd593
Catch exceptions by reference

We use polymorphic exception objects, so catching by value invokes
the copy constructor and stuff that we don't really want.
common/rfb/DecodeManager.cxx
common/rfb/HTTPServer.cxx
tests/decperf.cxx
tests/encperf.cxx
win/rfb_win32/Dialog.cxx
win/rfb_win32/Registry.cxx
win/vncconfig/Connections.h
win/vncconfig/Legacy.cxx
win/winvnc/winvnc.cxx