| 1 | ///////////////////////////////////////////////////////////////////////////// |
| 2 | // Name: class_ipc.h |
| 3 | // Purpose: Interprocess Communication classes group docs |
| 4 | // Author: wxWidgets team |
| 5 | // RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $ |
| 6 | // Licence: wxWindows licence |
| 7 | ///////////////////////////////////////////////////////////////////////////// |
| 8 | |
| 9 | /** |
| 10 | |
| 11 | @defgroup group_class_ipc Interprocess Communication |
| 12 | @ingroup group_class |
| 13 | |
| 14 | wxWidgets provides simple interprocess communications facilities based on |
| 15 | Windows DDE, but they are available on most platforms using TCP. |
| 16 | |
| 17 | Related Overviews: @ref overview_ipc |
| 18 | |
| 19 | */ |
| 20 | |