/**
@class wxConnection
- @wxheader{ipc.h}
A wxConnection object represents the connection between a client
and a server. It is created by making a connection using a
/**
@class wxClient
- @wxheader{ipc.h}
A wxClient object represents the client part of a client-server
DDE-like (Dynamic Data Exchange) conversation. The actual
/**
@class wxServer
- @wxheader{ipc.h}
A wxServer object represents the server part of a client-server
DDE-like (Dynamic Data Exchange) conversation. The actual