]> source.dussan.org Git - tigervnc.git/commit
Remove "str" prefix from string helpers
authorPierre Ossman <ossman@cendio.se>
Mon, 23 Jan 2023 19:15:28 +0000 (20:15 +0100)
committerPierre Ossman <ossman@cendio.se>
Sat, 4 Feb 2023 13:03:13 +0000 (14:03 +0100)
commitfd243a8d3ae8e776fb2af1136feee7f8c083d2da
tree71cd7b2fcac7d398154afe58a579d87d7fadf9bd
parent3143bfa1545c2aa70781c5c780df7e66f123614f
Remove "str" prefix from string helpers

This matches the naming in STL, which is what we are mostly mimicing now
that we are using std::string for these functions.
14 files changed:
common/network/TcpSocket.cxx
common/rfb/CSecurityRSAAES.cxx
common/rfb/CSecurityTLS.cxx
common/rfb/LogWriter.cxx
common/rfb/SSecurityPlain.cxx
common/rfb/Security.cxx
common/rfb/util.cxx
common/rfb/util.h
win/rfb_win32/Service.cxx
win/rfb_win32/Win32Util.cxx
win/vncconfig/Connections.h
win/vncconfig/Legacy.cxx
win/winvnc/VNCServerService.cxx
win/winvnc/winvnc.cxx