wxwidgets/samples/ipc
Blake-Madden a059061eb7 Replace wxDECLARE_NO_COPY_CLASS with deleted functions in samples
Use standard C++11 way of making classes non-copyable instead of
wx-specific macro.

Closes #24150.
2023-12-22 12:21:54 +01:00
..
baseclient.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
baseserver.cpp Replace wxDECLARE_NO_COPY_CLASS with deleted functions in samples 2023-12-22 12:21:54 +01:00
client.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
client.h Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
connection.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
ipc.bkl Remove Windows CE support 2015-09-23 00:52:30 +02:00
ipcsetup.h Remove (most) occurrences of wxT() macro from the samples 2018-09-23 01:15:08 +02:00
makefile.gcc Rebake after the previous commit 2023-07-29 18:13:29 +02:00
Makefile.in Rebake after the previous commit 2023-07-29 18:13:29 +02:00
makefile.unx Fix building non-GUI samples out of tree 2023-07-10 19:37:21 +02:00
makefile.vc Rebake after the previous commit 2023-07-29 18:13:29 +02:00
server.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
server.h Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00