/////////////////////////////////////////////////////////////////////////////
// Name: ipc.h
-// Purpose: documentation for wxConnection class
+// Purpose: interface of wxConnection
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxbase}
@category{FIXME}
- @seealso
- wxClient, wxServer, @ref overview_ipcoverview "Interprocess communications
+ @see wxClient, wxServer, @ref overview_ipcoverview "Interprocess communications
overview"
*/
class wxConnection : public wxObject
};
+
/**
@class wxClient
@wxheader{ipc.h}
@library{wxbase}
@category{FIXME}
- @seealso
- wxServer, wxConnection, @ref overview_ipcoverview "Interprocess communications
- overview"
+ @see wxServer, wxConnection, @ref overview_ipcoverview "Interprocess
+ communications overview"
*/
class wxClient : public wxObject
{
};
+
/**
@class wxServer
@wxheader{ipc.h}
@library{wxbase}
@category{FIXME}
- @seealso
- wxClient, wxConnection, IPC, overview
+ @see wxClient, wxConnection, IPC, overview()
*/
class wxServer
{
*/
virtual wxConnectionBase* OnAcceptConnection(const wxString& topic);
};
+