]> source.dussan.org Git - tigervnc.git/commit
Replace base exception class with standard library
authorPierre Ossman <ossman@cendio.se>
Tue, 3 Sep 2024 06:02:30 +0000 (08:02 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 6 Nov 2024 20:18:52 +0000 (21:18 +0100)
commit1093b1eb6f3e561fb80aafba65e3f1505ae80350
treefa1e47598653cefc6ba8eb2794065383b92c8cdd
parente4c60ef1985164d1207352bbfdf57ae1d7838404
Replace base exception class with standard library

There is no point to having our own generic exception class. Let's use
the one provided by the standard C++ library.
15 files changed:
common/rdr/AESInStream.cxx
common/rdr/Exception.cxx
common/rdr/Exception.h
common/rdr/TLSException.cxx
common/rdr/TLSException.h
common/rfb/Exception.h
common/rfb/SSecurityRSAAES.cxx
common/rfb/VNCSConnectionST.cxx
vncviewer/CConn.cxx
vncviewer/ServerDialog.cxx
vncviewer/UserDialog.cxx
vncviewer/parameters.cxx
win/rfb_win32/Clipboard.cxx
win/rfb_win32/DIBSectionBuffer.cxx
win/rfb_win32/WMPoller.cxx