]> source.dussan.org Git - tigervnc.git/commit
Use standard library naming for exceptions 1853/head
authorPierre Ossman <ossman@cendio.se>
Sun, 20 Oct 2024 09:06:13 +0000 (11:06 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 6 Nov 2024 20:24:36 +0000 (21:24 +0100)
commit2b7857283b834391266e414adcff8c20f8fe3067
tree146051a67b20b217593298eec695aafda89134f6
parented07250fef4e258d0d37d1c4e520db6d6c1e6fdb
Use standard library naming for exceptions

This makes things more consistent since we mix with the standard library
exceptions so often.
81 files changed:
common/network/Socket.cxx
common/network/TcpSocket.cxx
common/network/UnixSocket.cxx
common/os/Mutex.cxx
common/os/Thread.cxx
common/rdr/Exception.cxx
common/rdr/Exception.h
common/rdr/FdInStream.cxx
common/rdr/FdOutStream.cxx
common/rdr/FileInStream.cxx
common/rdr/MemInStream.h
common/rdr/RandomStream.cxx
common/rdr/TLSException.cxx
common/rdr/TLSException.h
common/rdr/TLSInStream.cxx
common/rdr/TLSOutStream.cxx
common/rfb/CConnection.cxx
common/rfb/CConnection.h
common/rfb/CMsgReader.cxx
common/rfb/CSecurityDH.cxx
common/rfb/CSecurityRSAAES.cxx
common/rfb/CSecurityTLS.cxx
common/rfb/CSecurityVeNCrypt.cxx
common/rfb/DecodeManager.cxx
common/rfb/Exception.h
common/rfb/HextileDecoder.cxx
common/rfb/JpegDecompressor.cxx
common/rfb/PixelFormat.cxx
common/rfb/RREDecoder.cxx
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SMsgReader.cxx
common/rfb/SSecurity.h
common/rfb/SSecurityPlain.cxx
common/rfb/SSecurityRSAAES.cxx
common/rfb/SSecurityTLS.cxx
common/rfb/SSecurityVeNCrypt.cxx
common/rfb/SSecurityVncAuth.cxx
common/rfb/TightDecoder.cxx
common/rfb/VNCSConnectionST.cxx
common/rfb/ZRLEDecoder.cxx
tests/perf/decperf.cxx
tests/perf/encperf.cxx
unix/tx/TXDialog.h
unix/vncconfig/vncconfig.cxx
unix/x0vncserver/x0vncserver.cxx
vncviewer/CConn.cxx
vncviewer/ServerDialog.cxx
vncviewer/Surface_Win32.cxx
vncviewer/UserDialog.cxx
vncviewer/parameters.cxx
vncviewer/vncviewer.cxx
win/rfb_win32/CleanDesktop.cxx
win/rfb_win32/Clipboard.cxx
win/rfb_win32/CompatibleBitmap.h
win/rfb_win32/CurrentUser.cxx
win/rfb_win32/DIBSectionBuffer.cxx
win/rfb_win32/DeviceContext.cxx
win/rfb_win32/DeviceFrameBuffer.cxx
win/rfb_win32/Dialog.cxx
win/rfb_win32/IconInfo.h
win/rfb_win32/IntervalTimer.h
win/rfb_win32/LaunchProcess.cxx
win/rfb_win32/LocalMem.h
win/rfb_win32/MonitorInfo.cxx
win/rfb_win32/MsgWindow.cxx
win/rfb_win32/RegConfig.cxx
win/rfb_win32/Registry.cxx
win/rfb_win32/SInput.cxx
win/rfb_win32/Security.cxx
win/rfb_win32/Service.cxx
win/rfb_win32/SocketManager.cxx
win/rfb_win32/TsSessions.cxx
win/rfb_win32/WMCursor.cxx
win/rfb_win32/WMPoller.cxx
win/rfb_win32/Win32Util.cxx
win/vncconfig/Legacy.cxx
win/vncconfig/vncconfig.cxx
win/winvnc/QueryConnectDialog.cxx
win/winvnc/VNCServerWin32.cxx
win/winvnc/winvnc.cxx