1999-01-27 05:01:14 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
2005-09-14 17:08:03 -04:00
|
|
|
// Name: ipcsetup.h
|
|
|
|
// Purpose: IPC sample settings
|
1999-01-27 05:01:14 -05:00
|
|
|
// Author: Julian Smart
|
2005-09-14 17:08:03 -04:00
|
|
|
// Modified by: Jurgen Doornik
|
1999-01-27 05:01:14 -05:00
|
|
|
// Created: 25/01/99
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Copyright: (c) Julian Smart
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2002-04-15 14:24:46 -04:00
|
|
|
// You may set this to 0 to prevent DDE from being used even under Windows
|
|
|
|
//#define wxUSE_DDE_FOR_IPC 0
|
1999-01-27 05:01:14 -05:00
|
|
|
|
2002-04-15 14:24:46 -04:00
|
|
|
#include <wx/ipc.h>
|
1999-02-09 10:37:52 -05:00
|
|
|
|
2002-04-15 14:24:46 -04:00
|
|
|
// the default service name
|
2002-12-15 12:25:36 -05:00
|
|
|
#define IPC_SERVICE _T("4242")
|
2005-09-20 05:12:14 -04:00
|
|
|
//#define IPC_SERVICE _T("/tmp/wxsrv424")
|
1999-01-27 05:01:14 -05:00
|
|
|
|
2005-09-14 17:08:03 -04:00
|
|
|
// the hostname
|
|
|
|
#define IPC_HOST _T("localhost")
|
|
|
|
|
2002-04-15 14:24:46 -04:00
|
|
|
// the IPC topic
|
2002-12-15 12:25:36 -05:00
|
|
|
#define IPC_TOPIC _T("IPC TEST")
|
1999-01-27 05:01:14 -05:00
|
|
|
|
2002-04-15 14:24:46 -04:00
|
|
|
// the name of the item we're being advised about
|
2002-12-15 12:25:36 -05:00
|
|
|
#define IPC_ADVISE_NAME _T("Item")
|