// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
+/**
+ An enumeration for formats .
+*/
enum wxIPCFormat
{
wxIPC_INVALID = 0,
/**
@class wxConnectionBase
- @wxheader{ipcbase.h}
@todo Document this class.