// Purpose: interface of wxConnectionBase
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+/**
+ An enumeration for formats .
+*/
enum wxIPCFormat
{
wxIPC_INVALID = 0,
/**
@class wxConnectionBase
- @wxheader{ipcbase.h}
@todo Document this class.