]> source.dussan.org Git - tigervnc.git/commit
Subclass exceptions from std::exception
authorPierre Ossman <ossman@cendio.se>
Tue, 3 Sep 2024 05:31:15 +0000 (07:31 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 6 Nov 2024 20:06:27 +0000 (21:06 +0100)
commit9e9083cbedc0e98a03a0da370dd49375dc1cdc91
tree3b094052cd0d4941e8a554ad3b04ec19c0d3f0c3
parentf25de739ea359c2843a596457bcd22a28175b7a4
Subclass exceptions from std::exception

Make sure our exceptions are part of the standard exception class
hierarchy.
44 files changed:
common/rdr/Exception.cxx
common/rdr/Exception.h
common/rdr/TLSInStream.cxx
common/rdr/TLSInStream.h
common/rdr/TLSOutStream.cxx
common/rdr/TLSOutStream.h
common/rdr/ZlibOutStream.cxx
common/rfb/CConnection.cxx
common/rfb/DecodeManager.cxx
common/rfb/DecodeManager.h
common/rfb/SConnection.cxx
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCServerST.cxx
tests/perf/encperf.cxx
tests/unit/pixelformat.cxx
unix/vncconfig/vncconfig.cxx
unix/x0vncserver/XDesktop.cxx
unix/x0vncserver/x0vncserver.cxx
unix/xserver/hw/vnc/RFBGlue.cc
unix/xserver/hw/vnc/XserverDesktop.cc
unix/xserver/hw/vnc/vncExtInit.cc
vncviewer/CConn.cxx
vncviewer/ServerDialog.cxx
vncviewer/Viewport.cxx
vncviewer/parameters.cxx
vncviewer/touch.cxx
vncviewer/vncviewer.cxx
vncviewer/vncviewer.h
win/rfb_win32/CleanDesktop.cxx
win/rfb_win32/Clipboard.cxx
win/rfb_win32/DeviceFrameBuffer.cxx
win/rfb_win32/Dialog.cxx
win/rfb_win32/MsgWindow.cxx
win/rfb_win32/RegConfig.cxx
win/rfb_win32/Registry.cxx
win/rfb_win32/SDisplay.cxx
win/rfb_win32/SocketManager.cxx
win/vncconfig/Connections.h
win/vncconfig/Legacy.cxx
win/vncconfig/vncconfig.cxx
win/winvnc/ManagedListener.cxx
win/winvnc/STrayIcon.cxx
win/winvnc/VNCServerWin32.cxx
win/winvnc/winvnc.cxx