]> source.dussan.org Git - tigervnc.git/commit
Use static string for exceptions
authorPierre Ossman <ossman@cendio.se>
Mon, 2 Sep 2024 14:17:31 +0000 (16:17 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 6 Nov 2024 20:06:22 +0000 (21:06 +0100)
commit158eb92c4bc4ec7cdedabd9b192648627513c518
tree61dd50a0bcae0c86459053fcc46c913dee81b701
parent067d0e89bf344609ec202f895252411c8fcaec1c
Use static string for exceptions

In preparation for using the built in C++ exception classes, which do
not accept a format string.
23 files changed:
common/network/TcpSocket.cxx
common/rdr/BufferedInStream.cxx
common/rdr/BufferedOutStream.cxx
common/rdr/Exception.cxx
common/rdr/Exception.h
common/rdr/TLSException.cxx
common/rfb/CConnection.cxx
common/rfb/CMsgReader.cxx
common/rfb/CSecurityTLS.cxx
common/rfb/ClientParams.cxx
common/rfb/DecodeManager.cxx
common/rfb/Exception.h
common/rfb/JpegCompressor.cxx
common/rfb/JpegDecompressor.cxx
common/rfb/PixelBuffer.cxx
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SMsgReader.cxx
common/rfb/ServerParams.cxx
common/rfb/TightDecoder.cxx
unix/x0vncserver/XDesktop.cxx
vncviewer/ServerDialog.cxx
vncviewer/parameters.cxx