JX Application Framework
|
#include "JMDIServer.h"
#include <ace/LSOCK_Acceptor.h>
#include <ace/LSOCK_Connector.h>
#include <ace/LSOCK_Stream.h>
#include <ace/UNIX_Addr.h>
#include "JString.h"
#include "JUtf8ByteBuffer.h"
#include "jSysUtil.h"
#include "jFileUtil.h"
#include "jDirUtil.h"
#include "jErrno.h"
#include <stdlib.h>
#include <stdio.h>
#include "jAssert.h"
Variables | |
const JSize | kMDIServerQSize = 1 |
const JSize | kMDIMaxWaitTime = 2 |
const JUtf8Byte | kEndOfLine = '\n' |
const JUtf8Byte | kEndOfMessage = '\0' |
const JUtf8Byte kEndOfLine = '\n' |
const JUtf8Byte kEndOfMessage = '\0' |
const JSize kMDIMaxWaitTime = 2 |
const JSize kMDIServerQSize = 1 |