]> source.dussan.org Git - tigervnc.git/commit
Remove ConnFailedException
authorPierre Ossman <ossman@cendio.se>
Mon, 2 Sep 2024 18:41:47 +0000 (20:41 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 2 Sep 2024 18:41:47 +0000 (20:41 +0200)
commitda1adb5073dad2ae9cd968dc6f213c9f027c46ce
treefb6ce46052179f2ab5e139fa1c65363a00fb14d1
parent2e3347768d3d19852e2c575d1b9425e23d6efa87
Remove ConnFailedException

There were more unclear usage of this exception class, and since nothing
catches it it is very unclear what the purpose is. Go ahead and just
remove it.

Follow-up to bcaaea7.
common/rfb/Exception.h
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SSecurityRSAAES.cxx