]>
git.saurik.com Git - wxWidgets.git/blob - samples/ipc/ipcsetup.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: IPC sample settings
4 // Author: Julian Smart
5 // Modified by: Jurgen Doornik
7 // Copyright: (c) Julian Smart
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
11 // You may set this to 0 to prevent DDE from being used even under Windows
12 //#define wxUSE_DDE_FOR_IPC 0
16 // the default service name
17 #define IPC_SERVICE "4242"
18 //#define IPC_SERVICE wxT("/tmp/wxsrv424")
21 #define IPC_HOST "localhost"
24 #define IPC_TOPIC "IPC TEST"
26 // the name of the item we're being advised about
27 #define IPC_ADVISE_NAME "Item"
30 // the values used by tests/benchmarks/ipcclient.cpp
31 #define IPC_BENCHMARK_TOPIC "wxIPC BENCH"
32 #define IPC_BENCHMARK_ITEM "Benchmark"