Open CASCADE Technology
6.5.4
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <Standard_Integer.hxx>
#include <TCollection_AsciiString.hxx>
#include <OSD_Function.hxx>
#include <OSD_Error.hxx>
#include <Standard_Boolean.hxx>
Data Structures | |
class | OSD_MailBox |
Establishes a mailbox with VMS-like-features and with asynchronous functions. The mail boxes are used to communicate asynchronously between processes. Basically MailBox facilities provide tools to communicate between a client process and a server process. The client process puts data/requests into the mail-box and the server process gets these data/requests. In this context client and server must run on the same machine. Warning: On VMS, you need TMPMBX privilege. More... |